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 | ???R@ | 0011111100111111001111110101001001000000 | 3f3f3f5240 |
SJIS-WIN | 蒻??R@ | 111001001110100000111111001111110101001001000000 | e4e83f3f5240 |
EUC-JP | 蒻??R@ | 111010001110101000111111001111110101001001000000 | e8ea3f3f5240 |
UTF-8 | 蒻닺콌R@ | 1110100010010010101110111110101110001011101110101110110010111101100011000101001001000000 | e892bbeb8bbaecbd8c5240 |
UHC | 蒻닺콌R@ | 1110010110110110101101001110100010110001100010000101001001000000 | e5b6b4e8b1885240 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)