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 | AåVãE | 10011110010000011110010101010110111000111001001101000101 | 9e41e556e39345 |
SJIS-WIN | ?A?V??E | 00111111010000010011111101010110001111110011111101000101 | 3f413f563f3f45 |
EUC-JP | ?AåVã?E | 0011111101000001100011111010101110101001010101101000111110101011101010100011111101000101 | 3f418faba9568fabaa3f45 |
UTF-8 | AåVãE | 1100001010011110010000011100001110100101010101101100001110100011110000101001001101000101 | c29e41c3a556c3a3c29345 |
UHC | ?A?V??E | 00111111010000010011111101010110001111110011111101000101 | 3f413f563f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)