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 | 11100000111001000100110001101000111000001110010001001100 | e0e44c68e0e44c |
EUC-JP | 琅Lh琅L | 11100000111001100100110001101000111000001110011001001100 | e0e64c68e0e64c |
UTF-8 | 琅Lh琅L | 111001111001000010000101010011000110100011100111100100001000010101001100 | e790854c68e790854c |
UHC | 琅Lh琅L | 11010101110010100100110001101000110101011100101001001100 | d5ca4c68d5ca4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)