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 | 11101000110011100100110001101000111010001100111001001100 | e8ce4c68e8ce4c |
EUC-JP | 靜Lh靜L | 11110000110100000100110001101000111100001101000001001100 | f0d04c68f0d04c |
UTF-8 | 靜Lh靜L | 111010011001110110011100010011000110100011101001100111011001110001001100 | e99d9c4c68e99d9c4c |
UHC | 靜Lh靜L | 11110000101000010100110001101000111100001010000101001100 | f0a14c68f0a14c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)