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 | 褻エ | 111001011111011010110100 | e5f6b4 |
EUC-JP | 褻エ | 11101010111110001000111010110100 | eaf88eb4 |
UTF-8 | 褻エ | 111010001010010010111011111011111011110110110100 | e8a4bbefbdb4 |
UHC | 褻? | 111000001110000100111111 | e0e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)