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 | ÷¬üCE | 1111011110101100111111000100001101000101 | f7acfc4345 |
SJIS-WIN | ÷¬?CE | 10000001100000001000000111001010001111110100001101000101 | 818081ca3f4345 |
EUC-JP | ÷¬üCE | 101000011110000010100010110011001000111110101011111001000100001101000101 | a1e0a2cc8fabe44345 |
UTF-8 | ÷¬üCE | 1100001110110111110000101010110011000011101111000100001101000101 | c3b7c2acc3bc4345 |
UHC | ÷??CE | 101000011100000000111111001111110100001101000101 | a1c03f3f4345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)