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 | 0011111101011110001111110101111001000010 | 3f5e3f5e42 |
SJIS-WIN | 叩^叩^B | 10010010010000000101111010010010010000000101111001000010 | 92405e92405e42 |
EUC-JP | 叩^叩^B | 11000011101000010101111011000011101000010101111001000010 | c3a15ec3a15e42 |
UTF-8 | 叩^叩^B | 111001011000111110101001010111101110010110001111101010010101111001000010 | e58fa95ee58fa95e42 |
UHC | 叩^叩^B | 11001101101100000101111011001101101100000101111001000010 | cdb05ecdb05e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)