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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 臟栢h | 1110010001100110100010101001110001101000 | e4668a9c68 |
EUC-JP | 臟栢h | 1110011111000111101100111111110001101000 | e7c7b3fc68 |
UTF-8 | 臟栢h | 11101000100001111001111111100110101000001010001001101000 | e8879fe6a0a268 |
UHC | 臟栢h | 1110110111110100110110111101101101101000 | edf4dbdb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)