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 | 宰對 | 10001101110010011001101110010100 | 8dc99b94 |
EUC-JP | 宰對 | 10111010110010111101010111110100 | bacbd5f4 |
UTF-8 | 宰對 | 111001011010111010110000111001011011000010001101 | e5aeb0e5b08d |
UHC | 宰對 | 11101110101001011101001111011111 | eea5d3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)