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 | 猜釖 | 11100000110010001110011111011001 | e0c8e7d9 |
EUC-JP | 猜釖 | 11100000110010101110111011011011 | e0caeedb |
UTF-8 | 猜釖 | 111001111000110010011100111010011000011110010110 | e78c9ce98796 |
UHC | 猜? | 111000111100010000111111 | e3c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)