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 | 錫齧 | 10001110111000001110101010010110 | 8ee0ea96 |
EUC-JP | 錫齧 | 10111100111000101111001111110110 | bce2f3f6 |
UTF-8 | 錫齧 | 111010011000110010101011111010011011110110100111 | e98cabe9bda7 |
UHC | 錫齧 | 11100000101110001110000011100101 | e0b8e0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)