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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 邇??B | 1110011110001110001111110011111101000010 | e78e3f3f42 |
EUC-JP | 邇??B | 1110110111101110001111110011111101000010 | edee3f3f42 |
UTF-8 | 邇롏롂B | 11101001100000101000011111101011101000011000111111101011101000011000001001000010 | e98287eba18feba18242 |
UHC | 邇롏롂B | 11101100110001001000111011010101100011101100100101000010 | ecc48ed58ec942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)