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 | 100010001100011001001000 | 88c648 |
EUC-JP | 鞍H | 101100001100100001001000 | b0c848 |
UTF-8 | 鞍H | 11101001100111101000110101001000 | e99e8d48 |
UHC | 鞍H | 111001001101001101001000 | e4d348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)