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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 軾??軾??B | 111001110110011100111111001111111110011101100111001111110011111101000010 | e7673f3fe7673f3f42 |
EUC-JP | 軾??軾??B | 111011011100100000111111001111111110110111001000001111110011111101000010 | edc83f3fedc83f3f42 |
UTF-8 | 軾덃랾軾덃랾B | 11101000101110111011111011101011100011011000001111101011100111101011111011101000101110111011111011101011100011011000001111101011100111101011111001000010 | e8bbbeeb8d83eb9ebee8bbbeeb8d83eb9ebe42 |
UHC | 軾덃랾軾덃랾B | 11100011110111001000100011100110100011100101011111100011110111001000100011100110100011100101011101000010 | e3dc88e68e57e3dc88e68e5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)