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§Ao | 100110000110111111100001011100001001110110100111010000011001100001101111 | 986fe1709da741986f |
SJIS-WIN | ?o?p?§A?o | 00111111011011110011111101110000001111111000000110011000010000010011111101101111 | 3f6f3f703f8198413f6f |
EUC-JP | ?oáp?§A?o | 001111110110111110001111101010111010000101110000001111111010000111111000010000010011111101101111 | 3f6f8faba1703fa1f8413f6f |
UTF-8 | oáp§Ao | 1100001010011000011011111100001110100001011100001100001010011101110000101010011101000001110000101001100001101111 | c2986fc3a170c29dc2a741c2986f |
UHC | ?o?p?§A?o | 00111111011011110011111101110000001111111010000111010111010000010011111101101111 | 3f6f3f703fa1d7413f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)