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 | ÷?÷ | 111101110011111111110111 | f73ff7 |
SJIS-WIN | ÷¬÷ | 100000011000000010000001110010101000000110000000 | 818081ca8180 |
EUC-JP | ÷¬÷ | 101000011110000010100010110011001010000111100000 | a1e0a2cca1e0 |
UTF-8 | ÷¬÷ | 11000011101101111110111110111111101000101100001110110111 | c3b7efbfa2c3b7 |
UHC | ÷¬÷ | 101000011100000010100001111111101010000111000000 | a1c0a1fea1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)