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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠕鈴。倡 | 11100101101111101001011111101001101000011001100011100111 | e5be97e9a198e7 |
EUC-JP | 蠕鈴。倡 | 1110101011000000110011101110101110001110101000011101000011101001 | eac0ceeb8ea1d0e9 |
UTF-8 | 蠕鈴。倡 | 111010001010000010010101111010011000100010110100111011111011110110100001111001011000000010100001 | e8a095e988b4efbda1e580a1 |
UHC | ?鈴?倡 | 001111111101011011000010001111111111001111011011 | 3fd6c23ff3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)