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 | 燼ィ | 111000001001111010101000 | e09ea8 |
EUC-JP | 燼ィ | 11011111111111101000111010101000 | dffe8ea8 |
UTF-8 | 燼ィ | 111001111000011110111100111011111011110110101000 | e787bcefbda8 |
UHC | 燼? | 111000111110100000111111 | e3e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)