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 | 豺?}豺?{^ | 111001101011011100111111011111011110011010110111001111110111101101011110 | e6b73f7de6b73f7b5e |
EUC-JP | 豺?}豺?{^ | 111011001011100100111111011111011110110010111001001111110111101101011110 | ecb93f7decb93f7b5e |
UTF-8 | 豺쌩}豺쌩{^ | 111010001011000110111010111011001000110010101001011111011110100010110001101110101110110010001100101010010111101101011110 | e8b1baec8ca97de8b1baec8ca97b5e |
UHC | 豺쌩}豺쌩{^ | 1110001111001111101111011101111101111101111000111100111110111101110111110111101101011110 | e3cfbddf7de3cfbddf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)