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 | 嘆贈 | 10010010010100011001000110100001 | 925191a1 |
EUC-JP | 嘆贈 | 11000011101100101100001010100011 | c3b2c2a3 |
UTF-8 | 嘆贈 | 111001011001100010000110111010001011010010001000 | e59886e8b488 |
UHC | 嘆贈 | 11110111101000111111000111111100 | f7a3f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)