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 | ?H | 0011111101001000 | 3f48 |
SJIS-WIN | 日H | 100100111111101001001000 | 93fa48 |
EUC-JP | 日H | 110001101111110001001000 | c6fc48 |
UTF-8 | 日H | 11100110100101111010010101001000 | e697a548 |
UHC | 日H | 111011001110110101001000 | eced48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)