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 | ÷¬O÷¬u | 111101111010110001001111111101111010110001110101 | f7ac4ff7ac75 |
SJIS-WIN | ÷¬O÷¬u | 10000001100000001000000111001010010011111000000110000000100000011100101001110101 | 818081ca4f818081ca75 |
EUC-JP | ÷¬O÷¬u | 10100001111000001010001011001100010011111010000111100000101000101100110001110101 | a1e0a2cc4fa1e0a2cc75 |
UTF-8 | ÷¬O÷¬u | 11000011101101111100001010101100010011111100001110110111110000101010110001110101 | c3b7c2ac4fc3b7c2ac75 |
UHC | ÷?O÷?u | 1010000111000000001111110100111110100001110000000011111101110101 | a1c03f4fa1c03f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)