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 | êþºè£½ | 111010101111111010111010111010001010001110111101 | eafebae8a3bd |
SJIS-WIN | ????£? | 00111111001111110011111100111111100000011001001000111111 | 3f3f3f3f81923f |
EUC-JP | êþºè£? | 100011111010101110110100100011111010100111010000100011111010001011101011100011111010101110110010101000011111001000111111 | 8fabb48fa9d08fa2eb8fabb2a1f23f |
UTF-8 | êþºè£½ | 110000111010101011000011101111101100001010111010110000111010100011000010101000111100001010111101 | c3aac3bec2bac3a8c2a3c2bd |
UHC | ?þº??½ | 001111111010100110101101101010001010110000111111001111111010100011110110 | 3fa9ada8ac3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)