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 | 瑩畤 | 11100000111100001110000101011110 | e0f0e15e |
EUC-JP | 瑩畤 | 11100000111100101110000110111111 | e0f2e1bf |
UTF-8 | 瑩畤 | 111001111001000110101001111001111001010110100100 | e791a9e795a4 |
UHC | 瑩? | 111110111010100100111111 | fba93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)