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 | 戍銹 | 10011100111110011110011111110110 | 9cf9e7f6 |
EUC-JP | 戍銹 | 11011000111110111110111011111000 | d8fbeef8 |
UTF-8 | 戍銹 | 111001101000100010001101111010011000101010111001 | e6888de98ab9 |
UHC | 戍銹 | 11100010101000011110001011001000 | e2a1e2c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)