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 | ÷¬ÒýQ] | 111101111010110011010010111111010101000101011101 | f7acd2fd515d |
SJIS-WIN | ÷¬??Q] | 1000000110000000100000011100101000111111001111110101000101011101 | 818081ca3f3f515d |
EUC-JP | ÷¬ÒýQ] | 101000011110000010100010110011001000111110101010110100101000111110101011111100100101000101011101 | a1e0a2cc8faad28fabf2515d |
UTF-8 | ÷¬ÒýQ] | 11000011101101111100001010101100110000111001001011000011101111010101000101011101 | c3b7c2acc392c3bd515d |
UHC | ÷???Q] | 10100001110000000011111100111111001111110101000101011101 | a1c03f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)