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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葯? | 111001001101111000111111 | e4de3f |
EUC-JP | 葯? | 111010001110000000111111 | e8e03f |
UTF-8 | 葯⑵ | 111010001001000110101111111000101001000110110101 | e891afe291b5 |
UHC | 葯⑵ | 11100101101101011010100111101000 | e5b5a9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)