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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葯溯ャ晄 | 11100100110111101001111111101000101011001001110111100110 | e4de9fe8ac9de6 |
EUC-JP | 葯溯ャ晄 | 1110100011100000110111101110101010001110101011001101101011101000 | e8e0deea8eacdae8 |
UTF-8 | 葯溯ャ晄 | 111010001001000110101111111001101011101010101111111011111011110110101100111001101001100110000100 | e891afe6baafefbdace69984 |
UHC | 葯溯?晄 | 11100101101101011110000110111101001111111111110011001101 | e5b5e1bd3ffccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)