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 | 噎襤 | 10011010011110001110011001000001 | 9a78e641 |
EUC-JP | 噎襤 | 11010011110110011110101110100010 | d3d9eba2 |
UTF-8 | 噎襤 | 111001011001100110001110111010001010010110100100 | e5998ee8a5a4 |
UHC | ?襤 | 001111111101010111000001 | 3fd5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)