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 | 垓耕 | 10011010101101001000110101101011 | 9ab48d6b |
EUC-JP | 垓耕 | 11010100101101101011100111001100 | d4b6b9cc |
UTF-8 | 垓耕 | 111001011001111010010011111010001000000010010101 | e59e93e88095 |
UHC | 垓耕 | 11111010101001111100110011101001 | faa7cce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)