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 | UH | 100111010101010101001000 | 9d5548 |
SJIS-WIN | ?UH | 001111110101010101001000 | 3f5548 |
EUC-JP | ?UH | 001111110101010101001000 | 3f5548 |
UTF-8 | UH | 11000010100111010101010101001000 | c29d5548 |
UHC | ?UH | 001111110101010101001000 | 3f5548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)