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 | A³EA³EB | 1001001001000001100100011011001101000101100100100100000110010001101100110100010101000010 | 924191b345924191b34542 |
SJIS-WIN | ?A??E?A??EB | 0011111101000001001111110011111101000101001111110100000100111111001111110100010101000010 | 3f413f3f453f413f3f4542 |
EUC-JP | ?A??E?A??EB | 0011111101000001001111110011111101000101001111110100000100111111001111110100010101000010 | 3f413f3f453f413f3f4542 |
UTF-8 | A³EA³EB | 1100001010010010010000011100001010010001110000101011001101000101110000101001001001000001110000101001000111000010101100110100010101000010 | c29241c291c2b345c29241c291c2b34542 |
UHC | ?A?³E?A?³EB | 00111111010000010011111110101001111110000100010100111111010000010011111110101001111110000100010101000010 | 3f413fa9f8453f413fa9f84542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)