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 | 寃? | 100110111000001100111111 | 9b833f |
EUC-JP | 寃? | 110101011110001100111111 | d5e33f |
UTF-8 | 寃㉱ | 111001011010111110000011111000111000100110110001 | e5af83e389b1 |
UHC | 寃㉱ | 11101010101100101010100011000010 | eab2a8c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)