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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炅質鴕 | 111110110101000110001110101111111110100111110110 | fb518ebfe9f6 |
EUC-JP | 炅質鴕 | 10001111110010011100101010111100110000011111001011111000 | 8fc9cabcc1f2f8 |
UTF-8 | 炅質鴕 | 111001111000001010000101111010001011001110101010111010011011010010010101 | e78285e8b3aae9b495 |
UHC | 炅質? | 1100110011011101111100101111010100111111 | ccddf2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)