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 | ?i}?i{^ | 00111111011010010111110100111111011010010111101101011110 | 3f697d3f697b5e |
SJIS-WIN | 豺i}豺i{^ | 111001101011011101101001011111011110011010110111011010010111101101011110 | e6b7697de6b7697b5e |
EUC-JP | 豺i}豺i{^ | 111011001011100101101001011111011110110010111001011010010111101101011110 | ecb9697decb9697b5e |
UTF-8 | 豺i}豺i{^ | 1110100010110001101110100110100101111101111010001011000110111010011010010111101101011110 | e8b1ba697de8b1ba697b5e |
UHC | 豺i}豺i{^ | 111000111100111101101001011111011110001111001111011010010111101101011110 | e3cf697de3cf697b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)