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 | 11101000111010000100110001101000111010001110100001001100 | e8e84c68e8e84c |
EUC-JP | 韋Lh韋L | 11110000111010100100110001101000111100001110101001001100 | f0ea4c68f0ea4c |
UTF-8 | 韋Lh韋L | 111010011001111110001011010011000110100011101001100111111000101101001100 | e99f8b4c68e99f8b4c |
UHC | 韋Lh韋L | 11101010110111110100110001101000111010101101111101001100 | eadf4c68eadf4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)