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 | 1110001101110000100011101011110101101000 | e3708ebd68 |
EUC-JP | 縣漆h | 1110010111010001101111001011111101101000 | e5d1bcbf68 |
UTF-8 | 縣漆h | 11100111101110001010001111100110101111001000011001101000 | e7b8a3e6bc8668 |
UHC | 縣漆h | 1111101011100011111101101101010001101000 | fae3f6d468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)