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 | 10010000111000010100110001101000100100001110000101001100 | 90e14c6890e14c |
EUC-JP | 雪Lh雪L | 11000000111000110100110001101000110000001110001101001100 | c0e34c68c0e34c |
UTF-8 | 雪Lh雪L | 111010011001101110101010010011000110100011101001100110111010101001001100 | e99baa4c68e99baa4c |
UHC | 雪Lh雪L | 11100000111001000100110001101000111000001110010001001100 | e0e44c68e0e44c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)