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 | 0011111101101100 | 3f6c |
SJIS-WIN | 達l | 100100100100001001101100 | 92426c |
EUC-JP | 達l | 110000111010001101101100 | c3a36c |
UTF-8 | 達l | 11101001100000011001010001101100 | e981946c |
UHC | 達l | 110100111011100101101100 | d3b96c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)