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 | ? | 00111111 | 3f |
SJIS-WIN | 峰 | 1001010111110100 | 95f4 |
EUC-JP | 峰 | 1100101011110110 | caf6 |
UTF-8 | 峰 | 111001011011001110110000 | e5b3b0 |
UHC | 峰 | 1101110011101000 | dce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)