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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 牆?F | 11100000101011010011111101000110 | e0ad3f46 |
EUC-JP | 牆?F | 11100000101011110011111101000110 | e0af3f46 |
UTF-8 | 牆㎗F | 11100111100010011000011011100011100011101001011101000110 | e78986e38e9746 |
UHC | 牆㎗F | 1110110111101101101001111010001101000110 | ededa7a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)