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 | 鷲箚 | 10011000011010001110001010110010 | 9868e2b2 |
EUC-JP | 鷲箚 | 11001111110010011110010010110100 | cfc9e4b4 |
UTF-8 | 鷲箚 | 111010011011011110110010111001111010111010011010 | e9b7b2e7ae9a |
UHC | 鷲箚 | 11110110101011111111001110110000 | f6aff3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)