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 | 100100100100000010010001101010111001001001000000100100011010101101000010 | 924091ab924091ab42 |
EUC-JP | 叩足叩足B | 110000111010000111000010101011011100001110100001110000101010110101000010 | c3a1c2adc3a1c2ad42 |
UTF-8 | 叩足叩足B | 11100101100011111010100111101000101101101011001111100101100011111010100111101000101101101011001101000010 | e58fa9e8b6b3e58fa9e8b6b342 |
UHC | 叩足叩足B | 110011011011000011110000111010111100110110110000111100001110101101000010 | cdb0f0ebcdb0f0eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)