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 | 鵝荏 | 11101010010000001000100101100000 | ea408960 |
EUC-JP | 鵝荏 | 11110011101000011011000111000001 | f3a1b1c1 |
UTF-8 | 鵝荏 | 111010011011010110011101111010001000110110001111 | e9b59de88d8f |
UHC | 鵝荏 | 11100100101111011110110011111011 | e4bdecfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)