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 | 炅質鱧 | 111110110101000110001110101111111110100111100101 | fb518ebfe9e5 |
EUC-JP | 炅質鱧 | 10001111110010011100101010111100110000011111001011100111 | 8fc9cabcc1f2e7 |
UTF-8 | 炅質鱧 | 111001111000001010000101111010001011001110101010111010011011000110100111 | e78285e8b3aae9b1a7 |
UHC | 炅質? | 1100110011011101111100101111010100111111 | ccddf2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)