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 | 、鰌鸙 | 11110000101010101010010011101001110100111111110001001010 | f0aaa4e9d3fc4a |
EUC-JP | ?、鰌鸙 | 0011111110001110101001001111001011010101100011111110110011010110 | 3f8ea4f2d58fecd6 |
UTF-8 | 、鰌鸙 | 111011101000000110101001111011111011110110100100111010011011000010001100111010011011100010011001 | ee81a9efbda4e9b08ce9b899 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)