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 | 1001000011100011100100001110001101000110 | 90e390e346 |
EUC-JP | 舌舌F | 1100000011100101110000001110010101000110 | c0e5c0e546 |
UTF-8 | 舌舌F | 11101000100010001000110011101000100010001000110001000110 | e8888ce8888c46 |
UHC | 舌舌F | 1110000011011111111000001101111101000110 | e0dfe0df46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)