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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 扞馗}扞馗{^ | 1001110101001001111010010110001101111101100111010100100111101001011000110111101101011110 | 9d49e9637d9d49e9637b5e |
EUC-JP | 扞馗}扞馗{^ | 1101100110101010111100011100010001111101110110011010101011110001110001000111101101011110 | d9aaf1c47dd9aaf1c47b5e |
UTF-8 | 扞馗}扞馗{^ | 111001101000100110011110111010011010011010010111011111011110011010001001100111101110100110100110100101110111101101011110 | e6899ee9a6977de6899ee9a6977b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)