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 | 垓甲 | 10011010101101001000110101100010 | 9ab48d62 |
EUC-JP | 垓甲 | 11010100101101101011100111000011 | d4b6b9c3 |
UTF-8 | 垓甲 | 111001011001111010010011111001111001010010110010 | e59e93e794b2 |
UHC | 垓甲 | 11111010101001111100101110100011 | faa7cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)