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 | ????cB | 001111110011111100111111001111110110001101000010 | 3f3f3f3f6342 |
SJIS-WIN | ??咐?cB | 00111111001111111001100111110011001111110110001101000010 | 3f3f99f33f6342 |
EUC-JP | ??咐?cB | 00111111001111111101001011110101001111110110001101000010 | 3f3fd2f53f6342 |
UTF-8 | 룶웩咐▩cB | 1110101110100011101101101110110010011011101010011110010110010010100100001110001010010110101010010110001101000010 | eba3b6ec9ba9e59290e296a96342 |
UHC | 룶웩咐▩cB | 10001111101010111100000010100001110111001111101110100010110011000110001101000010 | 8fabc0a1dcfba2cc6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)