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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 娃?P | 10001000101000010011111101010000 | 88a13f50 |
EUC-JP | 娃?P | 10110000101000110011111101010000 | b0a33f50 |
UTF-8 | 娃봙P | 11100101101010001000001111101011101101001001100101010000 | e5a883ebb49950 |
UHC | 娃봙P | 1110100011011111100101000101011001010000 | e8df945650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)