To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ºÓ×ó» | 100011111011101011010011110101111111001110111011 | 8fbad3d7f3bb |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | ?ºÓ×ó? | 00111111100011111010001011101011100011111010101011010001101000011101111110001111101010111101000100111111 | 3f8fa2eb8faad1a1df8fabd13f |
UTF-8 | ºÓ×ó» | 110000101000111111000010101110101100001110010011110000111001011111000011101100111100001010111011 | c28fc2bac393c397c3b3c2bb |
UHC | ?º?×?? | 0011111110101000101011000011111110100001101111110011111100111111 | 3fa8ac3fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)