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 | 10010011100000000100110001101000100100111000000001001100 | 93804c6893804c |
EUC-JP | 凍Lh凍L | 11000101111000000100110001101000110001011110000001001100 | c5e04c68c5e04c |
UTF-8 | 凍Lh凍L | 111001011000011110001101010011000110100011100101100001111000110101001100 | e5878d4c68e5878d4c |
UHC | 凍Lh凍L | 11010100110100000100110001101000110101001101000001001100 | d4d04c68d4d04c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)