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 | EA®A | 1001001001000101100100100100000110010001101011101001001001000001 | 9245924191ae9241 |
SJIS-WIN | ?E?A???A | 0011111101000101001111110100000100111111001111110011111101000001 | 3f453f413f3f3f41 |
EUC-JP | ?E?A?®?A | 00111111010001010011111101000001001111111000111110100010111011100011111101000001 | 3f453f413f8fa2ee3f41 |
UTF-8 | EA®A | 11000010100100100100010111000010100100100100000111000010100100011100001010101110110000101001001001000001 | c29245c29241c291c2aec29241 |
UHC | ?E?A?®?A | 001111110100010100111111010000010011111110100010111001110011111101000001 | 3f453f413fa2e73f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)