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 | ìù×· | 11101100111110011101011110110111 | ecf9d7b7 |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | ìù×? | 100011111010101111000000100011111010101111100011101000011101111100111111 | 8fabc08fabe3a1df3f |
UTF-8 | ìù×· | 1100001110101100110000111011100111000011100101111100001010110111 | c3acc3b9c397c2b7 |
UHC | ??×· | 001111110011111110100001101111111010000110100100 | 3f3fa1bfa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)