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 | ä~äN | 11100100011111101110010001001110 | e47ee44e |
SJIS-WIN | ?~?N | 00111111011111100011111101001110 | 3f7e3f4e |
EUC-JP | ä~äN | 1000111110101011101000110111111010001111101010111010001101001110 | 8faba37e8faba34e |
UTF-8 | ä~äN | 110000111010010001111110110000111010010001001110 | c3a47ec3a44e |
UHC | ?~?N | 00111111011111100011111101001110 | 3f7e3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)