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 | ÷§ãÓe | 1111011110100111111000111101001101100101 | f7a7e3d365 |
SJIS-WIN | ֤??e | 10000001100000001000000110011000001111110011111101100101 | 818081983f3f65 |
EUC-JP | ÷§ãÓe | 1010000111100000101000011111100010001111101010111010101010001111101010101101000101100101 | a1e0a1f88fabaa8faad165 |
UTF-8 | ÷§ãÓe | 110000111011011111000010101001111100001110100011110000111001001101100101 | c3b7c2a7c3a3c39365 |
UHC | ֤??e | 10100001110000001010000111010111001111110011111101100101 | a1c0a1d73f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)