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 | 葯귟 | 111010001001000110101111111010101011011110011111 | e891afeab79f |
UHC | 葯귟 | 11100101101101011000001011101000 | e5b582e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)