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 | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | ヌカ\h | 111100011110000111000111101101100101110001101000 | f1e1c7b65c68 |
EUC-JP | ?ヌカ\h | 00111111100011101100011110001110101101100101110001101000 | 3f8ec78eb65c68 |
UTF-8 | ヌカ\h | 1110111010000101100111001110111110111110100001111110111110111101101101100101110001101000 | ee859cefbe87efbdb65c68 |
UHC | ???\h | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)