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 | 燵爿 | 11100000100111011110000010101011 | e09de0ab |
EUC-JP | 燵爿 | 11011111111111011110000010101101 | dffde0ad |
UTF-8 | 燵爿 | 111001111000011110110101111001111000100010111111 | e787b5e788bf |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)