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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 當Lh當L | 11100001011000110100110001101000111000010110001101001100 | e1634c68e1634c |
EUC-JP | 當Lh當L | 11100001110001000100110001101000111000011100010001001100 | e1c44c68e1c44c |
UTF-8 | 當Lh當L | 111001111001010110110110010011000110100011100111100101011011011001001100 | e795b64c68e795b64c |
UHC | 當Lh當L | 11010011110101110100110001101000110100111101011101001100 | d3d74c68d3d74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)