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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鄒框鄒框B | 111001111011111010011110011110011110011110111110100111100111100101000010 | e7be9e79e7be9e7942 |
EUC-JP | 鄒框鄒框B | 111011101100000011011011110110101110111011000000110110111101101001000010 | eec0dbdaeec0dbda42 |
UTF-8 | 鄒框鄒框B | 11101001100001001001001011100110101000011000011011101001100001001001001011100110101000011000011001000010 | e98492e6a186e98492e6a18642 |
UHC | 鄒?鄒?B | 11110101110110110011111111110101110110110011111101000010 | f5db3ff5db3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)