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 | ÷û÷ûB | 1111011111111011111101111111101101000010 | f7fbf7fb42 |
SJIS-WIN | ÷?÷?B | 10000001100000000011111110000001100000000011111101000010 | 81803f81803f42 |
EUC-JP | ÷û÷ûB | 1010000111100000100011111010101111100101101000011110000010001111101010111110010101000010 | a1e08fabe5a1e08fabe542 |
UTF-8 | ÷û÷ûB | 110000111011011111000011101110111100001110110111110000111011101101000010 | c3b7c3bbc3b7c3bb42 |
UHC | ÷?÷?B | 10100001110000000011111110100001110000000011111101000010 | a1c03fa1c03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)