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 | ??Æ | 001111110011111111000110 | 3f3fc6 |
SJIS-WIN | 禹盲? | 1110001001011010100101101101001100111111 | e25a96d33f |
EUC-JP | 禹盲Æ | 11100011101110111100110011010101100011111010100110100001 | e3bbccd58fa9a1 |
UTF-8 | 禹盲Æ | 1110011110100110101110011110011110011011101100101100001110000110 | e7a6b9e79bb2c386 |
UHC | 禹盲Æ | 111010011110000011011000111011101010100010100001 | e9e0d8eea8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)