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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 質?禎??燥 | 100011101011111100111111100100101111010100111111001111111001000110000111 | 8ebf3f92f53f3f9187 |
EUC-JP | 質?禎??燥 | 101111001100000100111111110001001111011100111111001111111100000111100111 | bcc13fc4f73f3fc1e7 |
UTF-8 | 質렡禎렰롊燥 | 111010001011001110101010111010111010000010100001111001111010011010001110111010111010000010110000111010111010000110001010111001111000011110100101 | e8b3aaeba0a1e7a68eeba0b0eba18ae787a5 |
UHC | 質렡禎렰롊燥 | 111100101111010110001110101100101110111111101110100011101011110110001110110100001111000011001111 | f2f58eb2efee8ebd8ed0f0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)