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 | 001111110101111001000110 | 3f5e46 |
SJIS-WIN | 話^F | 10011000011000100101111001000110 | 98625e46 |
EUC-JP | 話^F | 11001111110000110101111001000110 | cfc35e46 |
UTF-8 | 話^F | 1110100010101001101100010101111001000110 | e8a9b15e46 |
UHC | 話^F | 11111100101001010101111001000110 | fca55e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)