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 | ?l?lB | 0011111101101100001111110110110001000010 | 3f6c3f6c42 |
SJIS-WIN | ?l?lB | 0011111101101100001111110110110001000010 | 3f6c3f6c42 |
EUC-JP | ?l?lB | 0011111101101100001111110110110001000010 | 3f6c3f6c42 |
UTF-8 | ӣlӣlB | 11010011101000110110110011010011101000110110110001000010 | d3a36cd3a36c42 |
UHC | ?l?lB | 0011111101101100001111110110110001000010 | 3f6c3f6c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)