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 | D×v | 1001000101000100100011011101011101110110 | 91448dd776 |
SJIS-WIN | ?D?×v | 001111110100010000111111100000010111111001110110 | 3f443f817e76 |
EUC-JP | ?D?×v | 001111110100010000111111101000011101111101110110 | 3f443fa1df76 |
UTF-8 | D×v | 1100001010010001010001001100001010001101110000111001011101110110 | c29144c28dc39776 |
UHC | ?D?×v | 001111110100010000111111101000011011111101110110 | 3f443fa1bf76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)