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 | EVºG | 1001001001000101100100100101011010010001101110101001001001000111 | 9245925691ba9247 |
SJIS-WIN | ?E?V???G | 0011111101000101001111110101011000111111001111110011111101000111 | 3f453f563f3f3f47 |
EUC-JP | ?E?V?º?G | 00111111010001010011111101010110001111111000111110100010111010110011111101000111 | 3f453f563f8fa2eb3f47 |
UTF-8 | EVºG | 11000010100100100100010111000010100100100101011011000010100100011100001010111010110000101001001001000111 | c29245c29256c291c2bac29247 |
UHC | ?E?V?º?G | 001111110100010100111111010101100011111110101000101011000011111101000111 | 3f453f563fa8ac3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)