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 | 胃? | 100010001101110100111111 | 88dd3f |
EUC-JP | 胃? | 101100001101111100111111 | b0df3f |
UTF-8 | 胃秊 | 111010001000001110000011111011111010011010010101 | e88383efa695 |
UHC | 胃秊 | 11101010110101101110011011011100 | ead6e6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)