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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 上鑿h | 1000111111100011111010000111011101101000 | 8fe3e87768 |
EUC-JP | 上鑿h | 1011111011100101111011111101100001101000 | bee5efd868 |
UTF-8 | 上鑿h | 11100100101110001000101011101001100100011011111101101000 | e4b88ae991bf68 |
UHC | 上鑿h | 1101111110111110111100111011101001101000 | dfbef3ba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)