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 | 0011111101101000 | 3f68 |
SJIS-WIN | 釗h | 111110111011101101101000 | fbbb68 |
EUC-JP | 釗h | 10001111111000111010011001101000 | 8fe3a668 |
UTF-8 | 釗h | 11101001100001111001011101101000 | e9879768 |
UHC | 釗h | 111000011111001001101000 | e1f268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)