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 | 001111110100000001101000 | 3f4068 |
SJIS-WIN | 汚@h | 10001001100110000100000001101000 | 89984068 |
EUC-JP | 汚@h | 10110001111110000100000001101000 | b1f84068 |
UTF-8 | 汚@h | 1110011010110001100110100100000001101000 | e6b19a4068 |
UHC | 汚@h | 11100111111111010100000001101000 | e7fd4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)