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 | ð×v | 111100001101011101110110 | f0d776 |
SJIS-WIN | ?×v | 00111111100000010111111001110110 | 3f817e76 |
EUC-JP | ð×v | 100011111010100111000011101000011101111101110110 | 8fa9c3a1df76 |
UTF-8 | ð×v | 1100001110110000110000111001011101110110 | c3b0c39776 |
UHC | ð×v | 1010100110100011101000011011111101110110 | a9a3a1bf76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)