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 | 淵襄 | 10010101101000111110010111110101 | 95a3e5f5 |
EUC-JP | 淵襄 | 11001010101001011110101011110111 | caa5eaf7 |
UTF-8 | 淵襄 | 111001101011011110110101111010001010010110000100 | e6b7b5e8a584 |
UHC | 淵襄 | 11100110110100001110010111010001 | e6d0e5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)