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èßB | 1110011011111101101011010101011011101000110111111001110001000010 | e6fdad56e8df9c42 |
SJIS-WIN | ???V???B | 0011111100111111001111110101011000111111001111110011111101000010 | 3f3f3f563f3f3f42 |
EUC-JP | æý?Vèß?B | 10001111101010011100000110001111101010111111001000111111010101101000111110101011101100101000111110101001110011100011111101000010 | 8fa9c18fabf23f568fabb28fa9ce3f42 |
UTF-8 | æýVèßB | 1100001110100110110000111011110111000010101011010101011011000011101010001100001110011111110000101001110001000010 | c3a6c3bdc2ad56c3a8c39fc29c42 |
UHC | æ?V?ß?B | 1010100110100001001111111010000110101001010101100011111110101001101011000011111101000010 | a9a13fa1a9563fa9ac3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)