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áp§A | 10011000011011111110000101110000100111011010011101000001 | 986fe1709da741 |
SJIS-WIN | ?o?p?§A | 0011111101101111001111110111000000111111100000011001100001000001 | 3f6f3f703f819841 |
EUC-JP | ?oáp?§A | 00111111011011111000111110101011101000010111000000111111101000011111100001000001 | 3f6f8faba1703fa1f841 |
UTF-8 | oáp§A | 1100001010011000011011111100001110100001011100001100001010011101110000101010011101000001 | c2986fc3a170c29dc2a741 |
UHC | ?o?p?§A | 0011111101101111001111110111000000111111101000011101011101000001 | 3f6f3f703fa1d741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)