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 | 瑁 | 11100000111011101111000010110000 | e0eef0b0 |
EUC-JP | 瑁? | 111000001111000000111111 | e0f03f |
UTF-8 | 瑁 | 111001111001000110000001111011101000000110101111 | e79181ee81af |
UHC | 瑁? | 110110011100000100111111 | d9c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)