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 | 11101000101110010100000001101000 | e8b94068 |
EUC-JP | 雹@h | 11110000101110110100000001101000 | f0bb4068 |
UTF-8 | 雹@h | 1110100110011011101110010100000001101000 | e99bb94068 |
UHC | 雹@h | 11011010110111110100000001101000 | dadf4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)