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 | 秀齧 | 10001111010001111110101010010110 | 8f47ea96 |
EUC-JP | 秀齧 | 10111101101010001111001111110110 | bda8f3f6 |
UTF-8 | 秀齧 | 111001111010011110000000111010011011110110100111 | e7a780e9bda7 |
UHC | 秀齧 | 11100010101100111110000011100101 | e2b3e0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)