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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 鳶??LB | 100100111100111000111111001111110100110001000010 | 93ce3f3f4c42 |
EUC-JP | 鳶??LB | 110001101101000000111111001111110100110001000010 | c6d03f3f4c42 |
UTF-8 | 鳶며떥LB | 1110100110110011101101101110101110101001101100001110101110010110101001010100110001000010 | e9b3b6eba9b0eb96a54c42 |
UHC | 鳶며떥LB | 1110011011101001101110001110011110001011101110000100110001000010 | e6e9b8e78bb84c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)