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 | æ÷©nB | 1110011011110111101010010110111001000010 | e6f7a96e42 |
SJIS-WIN | ?÷?nB | 001111111000000110000000001111110110111001000010 | 3f81803f6e42 |
EUC-JP | æ÷©nB | 10001111101010011100000110100001111000001000111110100010111011010110111001000010 | 8fa9c1a1e08fa2ed6e42 |
UTF-8 | æ÷©nB | 1100001110100110110000111011011111000010101010010110111001000010 | c3a6c3b7c2a96e42 |
UHC | æ÷?nB | 10101001101000011010000111000000001111110110111001000010 | a9a1a1c03f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)