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 | 鷹→ | 10010001111010011000000110101000 | 91e981a8 |
EUC-JP | 鷹→ | 11000010111010111010001010101010 | c2eba2aa |
UTF-8 | 鷹→ | 111010011011011110111001111000101000011010010010 | e9b7b9e28692 |
UHC | 鷹→ | 11101011111011011010000111100110 | ebeda1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)