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 | 罌? | 111000111010000000111111 | e3a03f |
EUC-JP | 罌? | 111001101010001000111111 | e6a23f |
UTF-8 | 罌됰 | 111001111011110110001100111010111001000010110000 | e7bd8ceb90b0 |
UHC | 罌됰 | 11100101101000101000100111101011 | e5a289eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)