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 | 1110100010101100111000101011011101110110 | e8ace2b776 |
SJIS-WIN | ?¬??v | 001111111000000111001010001111110011111101110110 | 3f81ca3f3f76 |
EUC-JP | è¬â?v | 10001111101010111011001010100010110011001000111110101011101001000011111101110110 | 8fabb2a2cc8faba43f76 |
UTF-8 | è¬â·v | 110000111010100011000010101011001100001110100010110000101011011101110110 | c3a8c2acc3a2c2b776 |
UHC | ???·v | 001111110011111100111111101000011010010001110110 | 3f3f3fa1a476 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)