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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 朎^ | 1111101011011111111100101110101001011110 | fadff2ea5e |
EUC-JP | 朎?^ | 1000111111000010111100000011111101011110 | 8fc2f03f5e |
UTF-8 | 朎^ | 11100110100111001000111011101110100010001010000101011110 | e69c8eee88a15e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)