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 | 窈低 | 11100010011101111001001011100001 | e27792e1 |
EUC-JP | 窈低 | 11100011110110001100010011100011 | e3d8c4e3 |
UTF-8 | 窈低 | 111001111010101010001000111001001011110110001110 | e7aa88e4bd8e |
UHC | 窈低 | 11101001101000011110111010111000 | e9a1eeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)