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 | ÷õ×çô | 1111011111110101110101111110011111110100 | f7f5d7e7f4 |
SJIS-WIN | ÷?×?? | 10000001100000000011111110000001011111100011111100111111 | 81803f817e3f3f |
EUC-JP | ÷õ×çô | 10100001111000001000111110101011110110001010000111011111100011111010101110101110100011111010101111010100 | a1e08fabd8a1df8fabae8fabd4 |
UTF-8 | ÷õ×çô | 11000011101101111100001110110101110000111001011111000011101001111100001110110100 | c3b7c3b5c397c3a7c3b4 |
UHC | ÷?×?? | 10100001110000000011111110100001101111110011111100111111 | a1c03fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)