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 | 淅齧 | 10011111110001101110101010010110 | 9fc6ea96 |
EUC-JP | 淅齧 | 11011110110010001111001111110110 | dec8f3f6 |
UTF-8 | 淅齧 | 111001101011011110000101111010011011110110100111 | e6b785e9bda7 |
UHC | 淅齧 | 11100000101100101110000011100101 | e0b2e0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)