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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 們h們 | 1001100011101100011010001001100011101100 | 98ec6898ec |
EUC-JP | 們h們 | 1101000011101110011010001101000011101110 | d0ee68d0ee |
UTF-8 | 們h們 | 11100101100000001001000101101000111001011000000010010001 | e5809168e58091 |
UHC | 們h們 | 1101100111111010011010001101100111111010 | d9fa68d9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)