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 | 11100000111000100100110001101000111000001110001001001100 | e0e24c68e0e24c |
EUC-JP | 珞Lh珞L | 11100000111001000100110001101000111000001110010001001100 | e0e44c68e0e44c |
UTF-8 | 珞Lh珞L | 111001111000111110011110010011000110100011100111100011111001111001001100 | e78f9e4c68e78f9e4c |
UHC | 珞Lh珞L | 11010101101010000100110001101000110101011010100001001100 | d5a84c68d5a84c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)