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 | ÀÎO¾ê | 100011101100000010001110110011100100111110111110111010101000111111000010 | 8ec08ece4fbeea8fc2 |
SJIS-WIN | ????O???? | 001111110011111100111111001111110100111100111111001111110011111100111111 | 3f3f3f3f4f3f3f3f3f |
EUC-JP | ?À?ÎO?ê? | 0011111110001111101010101010001000111111100011111010101011000010010011110011111110001111101010111011010000111111100011111010101010100100 | 3f8faaa23f8faac24f3f8fabb43f8faaa4 |
UTF-8 | ÀÎO¾ê | 1100001010001110110000111000000011000010100011101100001110001110010011111100001010111110110000111010101011000010100011111100001110000010 | c28ec380c28ec38e4fc2bec3aac28fc382 |
UHC | ????O¾??? | 00111111001111110011111100111111010011111010100011111010001111110011111100111111 | 3f3f3f3f4fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)