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 | ÷¤÷¢ | 11110111101001001111011110100010 | f7a4f7a2 |
SJIS-WIN | ÷?÷¢ | 10000001100000000011111110000001100000001000000110010001 | 81803f81808191 |
EUC-JP | ÷¤÷¢ | 101000011110000010001111101000101111000010100001111000001010000111110001 | a1e08fa2f0a1e0a1f1 |
UTF-8 | ÷¤÷¢ | 1100001110110111110000101010010011000011101101111100001010100010 | c3b7c2a4c3b7c2a2 |
UHC | ÷¤÷? | 10100001110000001010001010110100101000011100000000111111 | a1c0a2b4a1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)