{"id":64,"date":"2008-08-28T13:51:58","date_gmt":"2008-08-28T12:51:58","guid":{"rendered":"http:\/\/vermiip.es\/blog\/?p=64"},"modified":"2008-08-28T13:51:58","modified_gmt":"2008-08-28T12:51:58","slug":"tabla-codigos-chr-ascii-char-code","status":"publish","type":"post","link":"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/","title":{"rendered":"Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code)"},"content":{"rendered":"<p>A continuaci\u00f3n os dejo una tabla con la correspondencia entre los caracteres y el c\u00f3digo <span style=\"text-decoration: line-through;\">ASCII<\/span> (o representaci\u00f3n de caracteres en forma num\u00e9rica). El c\u00f3digo <span style=\"text-decoration: line-through;\">ASCII<\/span> es muy \u00fatil para compatibilizar los contenidos de las p\u00e1ginas web con los distintos idiomas, por ejemplo en un equipo que no utilice el idioma castellano no tendr\u00e1 la \u00f1 y esto podr\u00eda provocar que se mostraran s\u00edmbolos \u00abraros\u00bb, para evitarlo es mejor codificarlo en <span style=\"text-decoration: line-through;\">ASCII<\/span> asegur\u00e1ndonos que la p\u00e1gina mostrar\u00e1 el car\u00e1cter que deseamos y no otro.<\/p>\n<p><strong>Actualizaci\u00f3n:<\/strong> Seg\u00fan me corrije Julio, con toda la raz\u00f3n, esto no es una tabla ASCII si no ANSI&#8230; Muchas gracias por el aporte y entono el <em>mea culpa<\/em>.<\/p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"600\">\n<tbody>\n<tr>\n<td valign=\"top\">chr(33) = !<\/td>\n<td valign=\"top\">chr(34) = \u00ab<\/td>\n<td valign=\"top\">chr(35) = #<\/td>\n<td valign=\"top\">chr(36) = $<\/td>\n<td valign=\"top\">chr(37) = %<\/td>\n<td valign=\"top\">chr(38) = &amp;<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(39) = &#8216;<\/td>\n<td valign=\"top\">chr(40) = (<\/td>\n<td valign=\"top\">chr(41) = )<\/td>\n<td valign=\"top\">chr(42) = *<\/td>\n<td valign=\"top\">chr(43) = +<\/td>\n<td valign=\"top\">chr(44) = ,<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(45) = &#8211;<\/td>\n<td valign=\"top\">chr(46) = .<\/td>\n<td valign=\"top\">chr(47) = \/<\/td>\n<td valign=\"top\">chr(48) = 0<\/td>\n<td valign=\"top\">chr(49) = 1<\/td>\n<td valign=\"top\">chr(50) = 2<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(51) = 3<\/td>\n<td valign=\"top\">chr(52) = 4<\/td>\n<td valign=\"top\">chr(53) = 5<\/td>\n<td valign=\"top\">chr(54) = 6<\/td>\n<td valign=\"top\">chr(55) = 7<\/td>\n<td valign=\"top\">chr(56) = 8<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(57) = 9<\/td>\n<td valign=\"top\">chr(58) = :<\/td>\n<td valign=\"top\">chr(59) = ;<\/td>\n<td valign=\"top\">chr(60) = &lt;<\/td>\n<td valign=\"top\">chr(61) = =<\/td>\n<td valign=\"top\">chr(62) = &gt;<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(63) = ?<\/td>\n<td valign=\"top\">chr(64) = @<\/td>\n<td valign=\"top\">chr(65) = A<\/td>\n<td valign=\"top\">chr(66) = B<\/td>\n<td valign=\"top\">chr(67) = C<\/td>\n<td valign=\"top\">chr(68) = D<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(69) = E<\/td>\n<td valign=\"top\">chr(70) = F<\/td>\n<td valign=\"top\">chr(71) = G<\/td>\n<td valign=\"top\">chr(72) = H<\/td>\n<td valign=\"top\">chr(73) = I<\/td>\n<td valign=\"top\">chr(74) = J<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(75) = K<\/td>\n<td valign=\"top\">chr(76) = L<\/td>\n<td valign=\"top\">chr(77) = M<\/td>\n<td valign=\"top\">chr(78) = N<\/td>\n<td valign=\"top\">chr(79) = O<\/td>\n<td valign=\"top\">chr(80) = P<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(81) = Q<\/td>\n<td valign=\"top\">chr(82) = R<\/td>\n<td valign=\"top\">chr(83) = S<\/td>\n<td valign=\"top\">chr(84) = T<\/td>\n<td valign=\"top\">chr(85) = U<\/td>\n<td valign=\"top\">chr(86) = V<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(87) = W<\/td>\n<td valign=\"top\">chr(88) = X<\/td>\n<td valign=\"top\">chr(89) = Y<\/td>\n<td valign=\"top\">chr(90) = Z<\/td>\n<td valign=\"top\">chr(91) = [<\/td>\n<td valign=\"top\">chr(92) = \\<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(93) = ]<\/td>\n<td valign=\"top\">chr(94) = ^<\/td>\n<td valign=\"top\">chr(95) = _<\/td>\n<td valign=\"top\">chr(96) = `<\/td>\n<td valign=\"top\">chr(97) = a<\/td>\n<td valign=\"top\">chr(98) = b<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(99) = c<\/td>\n<td valign=\"top\">chr(100) = d<\/td>\n<td valign=\"top\">chr(101) = e<\/td>\n<td valign=\"top\">chr(102) = f<\/td>\n<td valign=\"top\">chr(103) = g<\/td>\n<td valign=\"top\">chr(104) = h<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(105) = i<\/td>\n<td valign=\"top\">chr(106) = j<\/td>\n<td valign=\"top\">chr(107) = k<\/td>\n<td valign=\"top\">chr(108) = l<\/td>\n<td valign=\"top\">chr(109) = m<\/td>\n<td valign=\"top\">chr(110) = n<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(111) = o<\/td>\n<td valign=\"top\">chr(112) = p<\/td>\n<td valign=\"top\">chr(113) = q<\/td>\n<td valign=\"top\">chr(114) = r<\/td>\n<td valign=\"top\">chr(115) = s<\/td>\n<td valign=\"top\">chr(116) = t<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(117) = u<\/td>\n<td valign=\"top\">chr(118) = v<\/td>\n<td valign=\"top\">chr(119) = w<\/td>\n<td valign=\"top\">chr(120) = x<\/td>\n<td valign=\"top\">chr(121) = y<\/td>\n<td valign=\"top\">chr(122) = z<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(123) = {<\/td>\n<td valign=\"top\">chr(124) = |<\/td>\n<td valign=\"top\">chr(125) = }<\/td>\n<td valign=\"top\">chr(126) = ~<\/td>\n<td valign=\"top\">chr(127) = <\/td>\n<td valign=\"top\">chr(128) = \u20ac<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(129) =\ufffd\u0081<\/td>\n<td valign=\"top\">chr(130) = \u201a<\/td>\n<td valign=\"top\">chr(131) = \u0192<\/td>\n<td valign=\"top\">chr(132) = \u201e<\/td>\n<td valign=\"top\">chr(133) = \u2026<\/td>\n<td valign=\"top\">chr(134) = \u2020<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(135) = \u2021<\/td>\n<td valign=\"top\">chr(136) = \u02c6<\/td>\n<td valign=\"top\">chr(137) = \u2030<\/td>\n<td valign=\"top\">chr(138) = \u0160<\/td>\n<td valign=\"top\">chr(139) = \u2039<\/td>\n<td valign=\"top\">chr(140) = \u0152<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(141) = \u008d\ufffd<\/td>\n<td valign=\"top\">chr(142) = \u017d<\/td>\n<td valign=\"top\">chr(143) = \u008f\ufffd<\/td>\n<td valign=\"top\">chr(144) = \u0090\ufffd<\/td>\n<td valign=\"top\">chr(145) = \u2018<\/td>\n<td valign=\"top\">chr(146) = \u2019<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(147) = \u201c<\/td>\n<td valign=\"top\">chr(148) = \u201d<\/td>\n<td valign=\"top\">chr(149) = \u2022<\/td>\n<td valign=\"top\">chr(150) = \u2013<\/td>\n<td valign=\"top\">chr(151) = \u2014<\/td>\n<td valign=\"top\">chr(152) = \u02dc<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(153) = \u2122<\/td>\n<td valign=\"top\">chr(154) = \u0161<\/td>\n<td valign=\"top\">chr(155) = \u203a<\/td>\n<td valign=\"top\">chr(156) = \u0153<\/td>\n<td valign=\"top\">chr(157) = \u009d\ufffd<\/td>\n<td valign=\"top\">chr(158) = \u017e<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(159) = \u0178<\/td>\n<td valign=\"top\">chr(160) =<\/td>\n<td valign=\"top\">chr(161) = \u00a1<\/td>\n<td valign=\"top\">chr(162) = \u00a2<\/td>\n<td valign=\"top\">chr(163) = \u00a3<\/td>\n<td valign=\"top\">chr(164) = \u00a4<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(165) = \u00a5<\/td>\n<td valign=\"top\">chr(166) = \u00a6<\/td>\n<td valign=\"top\">chr(167) = \u00a7<\/td>\n<td valign=\"top\">chr(168) = \u00a8<\/td>\n<td valign=\"top\">chr(169) = \u00a9<\/td>\n<td valign=\"top\">chr(170) = \u00aa<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(171) = \u00ab<\/td>\n<td valign=\"top\">chr(172) = \u00ac<\/td>\n<td valign=\"top\">chr(173) = \u00ad\u00ad<\/td>\n<td valign=\"top\">chr(174) = \u00ae<\/td>\n<td valign=\"top\">chr(175) = \u00af<\/td>\n<td valign=\"top\">chr(176) = \u00b0<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(177) = \u00b1<\/td>\n<td valign=\"top\">chr(178) = \u00b2<\/td>\n<td valign=\"top\">chr(179) = \u00b3<\/td>\n<td valign=\"top\">chr(180) = \u00b4<\/td>\n<td valign=\"top\">chr(181) = \u00b5<\/td>\n<td valign=\"top\">chr(182) = \u00b6<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(183) = \u00b7<\/td>\n<td valign=\"top\">chr(184) = \u00b8<\/td>\n<td valign=\"top\">chr(185) = \u00b9<\/td>\n<td valign=\"top\">chr(186) = \u00ba<\/td>\n<td valign=\"top\">chr(187) = \u00bb<\/td>\n<td valign=\"top\">chr(188) = \u00bc<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(189) = \u00bd<\/td>\n<td valign=\"top\">chr(190) = \u00be<\/td>\n<td valign=\"top\">chr(191) = \u00bf<\/td>\n<td valign=\"top\">chr(192) = \u00c0<\/td>\n<td valign=\"top\">chr(193) = \u00c1<\/td>\n<td valign=\"top\">chr(194) = \u00c2<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(195) = \u00c3<\/td>\n<td valign=\"top\">chr(196) = \u00c4<\/td>\n<td valign=\"top\">chr(197) = \u00c5<\/td>\n<td valign=\"top\">chr(198) = \u00c6<\/td>\n<td valign=\"top\">chr(199) = \u00c7<\/td>\n<td valign=\"top\">chr(200) = \u00c8<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(201) = \u00c9<\/td>\n<td valign=\"top\">chr(202) = \u00ca<\/td>\n<td valign=\"top\">chr(203) = \u00cb<\/td>\n<td valign=\"top\">chr(204) = \u00cc<\/td>\n<td valign=\"top\">chr(205) = \u00cd<\/td>\n<td valign=\"top\">chr(206) = \u00ce<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(207) = \u00cf<\/td>\n<td valign=\"top\">chr(208) = \u00d0<\/td>\n<td valign=\"top\">chr(209) = \u00d1<\/td>\n<td valign=\"top\">chr(210) = \u00d2<\/td>\n<td valign=\"top\">chr(211) = \u00d3<\/td>\n<td valign=\"top\">chr(212) = \u00d4<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(213) = \u00d5<\/td>\n<td valign=\"top\">chr(214) = \u00d6<\/td>\n<td valign=\"top\">chr(215) = \u00d7<\/td>\n<td valign=\"top\">chr(216) = \u00d8<\/td>\n<td valign=\"top\">chr(217) = \u00d9<\/td>\n<td valign=\"top\">chr(218) = \u00da<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(219) = \u00db<\/td>\n<td valign=\"top\">chr(220) = \u00dc<\/td>\n<td valign=\"top\">chr(221) = \u00dd<\/td>\n<td valign=\"top\">chr(222) = \u00de<\/td>\n<td valign=\"top\">chr(223) = \u00df<\/td>\n<td valign=\"top\">chr(224) = \u00e0<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(225) = \u00e1<\/td>\n<td valign=\"top\">chr(226) = \u00e2<\/td>\n<td valign=\"top\">chr(227) = \u00e3<\/td>\n<td valign=\"top\">chr(228) = \u00e4<\/td>\n<td valign=\"top\">chr(229) = \u00e5<\/td>\n<td valign=\"top\">chr(230) = \u00e6<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(231) = \u00e7<\/td>\n<td valign=\"top\">chr(232) = \u00e8<\/td>\n<td valign=\"top\">chr(233) = \u00e9<\/td>\n<td valign=\"top\">chr(234) = \u00ea<\/td>\n<td valign=\"top\">chr(235) = \u00eb<\/td>\n<td valign=\"top\">chr(236) = \u00ec<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(237) = \u00ed<\/td>\n<td valign=\"top\">chr(238) = \u00ee<\/td>\n<td valign=\"top\">chr(239) = \u00ef<\/td>\n<td valign=\"top\">chr(240) = \u00f0<\/td>\n<td valign=\"top\">chr(241) = \u00f1<\/td>\n<td valign=\"top\">chr(242) = \u00f2<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(243) = \u00f3<\/td>\n<td valign=\"top\">chr(244) = \u00f4<\/td>\n<td valign=\"top\">chr(245) = \u00f5<\/td>\n<td valign=\"top\">chr(246) = \u00f6<\/td>\n<td valign=\"top\">chr(247) = \u00f7<\/td>\n<td valign=\"top\">chr(248) = \u00f8<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">chr(249) = \u00f9<\/td>\n<td valign=\"top\">chr(250) = \u00fa<\/td>\n<td valign=\"top\">chr(251) = \u00fb<\/td>\n<td valign=\"top\">chr(252) = \u00fc<\/td>\n<td valign=\"top\">chr(253) = \u00fd<\/td>\n<td valign=\"top\">chr(254) = \u00fe<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>A continuaci\u00f3n os dejo una tabla con la correspondencia entre los caracteres y el c\u00f3digo ASCII (o representaci\u00f3n de caracteres en forma num\u00e9rica). El c\u00f3digo ASCII es muy \u00fatil para compatibilizar los contenidos de las p\u00e1ginas web con los distintos idiomas, por ejemplo en un equipo que no utilice el idioma castellano no tendr\u00e1 la [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[12,13,14,15,20],"class_list":["post-64","post","type-post","status-publish","format-standard","hentry","category-lenguajes-de-programacion","tag-ascii","tag-asp","tag-char-code","tag-javascript","tag-php"],"_wp_attached_file":null,"_wp_attachment_metadata":null,"_wp_old_slug":null,"_aioseop_description":"A continuaci\u00f3n os dejo una tabla con la correspondencia entre los caracteres y el c\u00f3digo ASCII (o representaci\u00f3n de caracteres en forma num\u00e9rica):","_wp_attachment_image_alt":null,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code) - Ver mi IP<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code) - Ver mi IP\" \/>\n<meta property=\"og:description\" content=\"A continuaci\u00f3n os dejo una tabla con la correspondencia entre los caracteres y el c\u00f3digo ASCII (o representaci\u00f3n de caracteres en forma num\u00e9rica). El c\u00f3digo ASCII es muy \u00fatil para compatibilizar los contenidos de las p\u00e1ginas web con los distintos idiomas, por ejemplo en un equipo que no utilice el idioma castellano no tendr\u00e1 la [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/\" \/>\n<meta property=\"og:site_name\" content=\"Ver mi IP\" \/>\n<meta property=\"article:published_time\" content=\"2008-08-28T12:51:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vermiip.es\/blog\/wp-content\/uploads\/2023\/10\/cropped-logo-vermiip-naranja.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Xose de la Paz\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Xose de la Paz\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/tabla-codigos-chr-ascii-char-code\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/tabla-codigos-chr-ascii-char-code\\\/\"},\"author\":{\"name\":\"Xose de la Paz\",\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/#\\\/schema\\\/person\\\/0617918e61a75dc2d11c09238bf84200\"},\"headline\":\"Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code)\",\"datePublished\":\"2008-08-28T12:51:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/tabla-codigos-chr-ascii-char-code\\\/\"},\"wordCount\":415,\"commentCount\":6,\"publisher\":{\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/#organization\"},\"keywords\":[\"ascii\",\"asp\",\"char code\",\"javascript\",\"php\"],\"articleSection\":[\"Lenguajes de Programaci\u00f3n\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/vermiip.es\\\/blog\\\/tabla-codigos-chr-ascii-char-code\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/tabla-codigos-chr-ascii-char-code\\\/\",\"url\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/tabla-codigos-chr-ascii-char-code\\\/\",\"name\":\"Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code) - Ver mi IP\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/#website\"},\"datePublished\":\"2008-08-28T12:51:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/tabla-codigos-chr-ascii-char-code\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vermiip.es\\\/blog\\\/tabla-codigos-chr-ascii-char-code\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/tabla-codigos-chr-ascii-char-code\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/\",\"name\":\"Cual es mi ip - Internet y otras locuras\",\"description\":\"Internet y otras locuras\",\"publisher\":{\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/#organization\"},\"alternateName\":\"Cual es mi IP\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/#organization\",\"name\":\"Ver mi IP\",\"alternateName\":\"vermiip\",\"url\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/cropped-logo-vermiip-naranja.png\",\"contentUrl\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/cropped-logo-vermiip-naranja.png\",\"width\":512,\"height\":512,\"caption\":\"Ver mi IP\"},\"image\":{\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/vermiip.es\\\/blog\\\/#\\\/schema\\\/person\\\/0617918e61a75dc2d11c09238bf84200\",\"name\":\"Xose de la Paz\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d248b555dd18abd5e7350d28ecf07116718da621eb85762e02558c2cef2bb8bc?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d248b555dd18abd5e7350d28ecf07116718da621eb85762e02558c2cef2bb8bc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d248b555dd18abd5e7350d28ecf07116718da621eb85762e02558c2cef2bb8bc?s=96&d=mm&r=g\",\"caption\":\"Xose de la Paz\"},\"description\":\"M\u00e1s de 20 a\u00f1os transformando pasi\u00f3n en profesi\u00f3n. Experto en desarrollo Full Stack con una visi\u00f3n integral que abarca desde la gesti\u00f3n de servidores y redes hasta el dise\u00f1o de interfaz. Soy un \\\"todoterreno\\\" tecnol\u00f3gico que cree en el aprendizaje continuo y la visi\u00f3n global de los proyectos. Entre despliegue y despliegue, me pierdo por el mundo con mi c\u00e1mara al hombro.\",\"sameAs\":[\"https:\\\/\\\/www.enfocado.com\",\"https:\\\/\\\/www.instagram.com\\\/xose_de_la_paz\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/xosedelapaz\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code) - Ver mi IP","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/","og_locale":"es_ES","og_type":"article","og_title":"Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code) - Ver mi IP","og_description":"A continuaci\u00f3n os dejo una tabla con la correspondencia entre los caracteres y el c\u00f3digo ASCII (o representaci\u00f3n de caracteres en forma num\u00e9rica). El c\u00f3digo ASCII es muy \u00fatil para compatibilizar los contenidos de las p\u00e1ginas web con los distintos idiomas, por ejemplo en un equipo que no utilice el idioma castellano no tendr\u00e1 la [&hellip;]","og_url":"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/","og_site_name":"Ver mi IP","article_published_time":"2008-08-28T12:51:58+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/vermiip.es\/blog\/wp-content\/uploads\/2023\/10\/cropped-logo-vermiip-naranja.png","type":"image\/png"}],"author":"Xose de la Paz","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Xose de la Paz","Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/#article","isPartOf":{"@id":"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/"},"author":{"name":"Xose de la Paz","@id":"https:\/\/vermiip.es\/blog\/#\/schema\/person\/0617918e61a75dc2d11c09238bf84200"},"headline":"Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code)","datePublished":"2008-08-28T12:51:58+00:00","mainEntityOfPage":{"@id":"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/"},"wordCount":415,"commentCount":6,"publisher":{"@id":"https:\/\/vermiip.es\/blog\/#organization"},"keywords":["ascii","asp","char code","javascript","php"],"articleSection":["Lenguajes de Programaci\u00f3n"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/","url":"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/","name":"Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code) - Ver mi IP","isPartOf":{"@id":"https:\/\/vermiip.es\/blog\/#website"},"datePublished":"2008-08-28T12:51:58+00:00","breadcrumb":{"@id":"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vermiip.es\/blog\/tabla-codigos-chr-ascii-char-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/vermiip.es\/blog\/"},{"@type":"ListItem","position":2,"name":"Tabla de C\u00f3digos de los caracteres ASCII ANSI (CHR, Char Code)"}]},{"@type":"WebSite","@id":"https:\/\/vermiip.es\/blog\/#website","url":"https:\/\/vermiip.es\/blog\/","name":"Cual es mi ip - Internet y otras locuras","description":"Internet y otras locuras","publisher":{"@id":"https:\/\/vermiip.es\/blog\/#organization"},"alternateName":"Cual es mi IP","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vermiip.es\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/vermiip.es\/blog\/#organization","name":"Ver mi IP","alternateName":"vermiip","url":"https:\/\/vermiip.es\/blog\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/vermiip.es\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/vermiip.es\/blog\/wp-content\/uploads\/2023\/10\/cropped-logo-vermiip-naranja.png","contentUrl":"https:\/\/vermiip.es\/blog\/wp-content\/uploads\/2023\/10\/cropped-logo-vermiip-naranja.png","width":512,"height":512,"caption":"Ver mi IP"},"image":{"@id":"https:\/\/vermiip.es\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/vermiip.es\/blog\/#\/schema\/person\/0617918e61a75dc2d11c09238bf84200","name":"Xose de la Paz","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/d248b555dd18abd5e7350d28ecf07116718da621eb85762e02558c2cef2bb8bc?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d248b555dd18abd5e7350d28ecf07116718da621eb85762e02558c2cef2bb8bc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d248b555dd18abd5e7350d28ecf07116718da621eb85762e02558c2cef2bb8bc?s=96&d=mm&r=g","caption":"Xose de la Paz"},"description":"M\u00e1s de 20 a\u00f1os transformando pasi\u00f3n en profesi\u00f3n. Experto en desarrollo Full Stack con una visi\u00f3n integral que abarca desde la gesti\u00f3n de servidores y redes hasta el dise\u00f1o de interfaz. Soy un \"todoterreno\" tecnol\u00f3gico que cree en el aprendizaje continuo y la visi\u00f3n global de los proyectos. Entre despliegue y despliegue, me pierdo por el mundo con mi c\u00e1mara al hombro.","sameAs":["https:\/\/www.enfocado.com","https:\/\/www.instagram.com\/xose_de_la_paz\/","https:\/\/www.linkedin.com\/in\/xosedelapaz\/"]}]}},"_links":{"self":[{"href":"https:\/\/vermiip.es\/blog\/wp-json\/wp\/v2\/posts\/64","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vermiip.es\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vermiip.es\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vermiip.es\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vermiip.es\/blog\/wp-json\/wp\/v2\/comments?post=64"}],"version-history":[{"count":0,"href":"https:\/\/vermiip.es\/blog\/wp-json\/wp\/v2\/posts\/64\/revisions"}],"wp:attachment":[{"href":"https:\/\/vermiip.es\/blog\/wp-json\/wp\/v2\/media?parent=64"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vermiip.es\/blog\/wp-json\/wp\/v2\/categories?post=64"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vermiip.es\/blog\/wp-json\/wp\/v2\/tags?post=64"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}