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 | 鰐荏 | 10011000011010111000100101100000 | 986b8960 |
EUC-JP | 鰐荏 | 11001111110011001011000111000001 | cfccb1c1 |
UTF-8 | 鰐荏 | 111010011011000010010000111010001000110110001111 | e9b090e88d8f |
UHC | 鰐荏 | 11100100110010101110110011111011 | e4caecfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)