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 | AUAGAU | 100100100100000110010010010101011001001001000001100100100100011110010010010000011001001001010101 | 924192559241924792419255 |
SJIS-WIN | ?A?U?A?G?A?U | 001111110100000100111111010101010011111101000001001111110100011100111111010000010011111101010101 | 3f413f553f413f473f413f55 |
EUC-JP | ?A?U?A?G?A?U | 001111110100000100111111010101010011111101000001001111110100011100111111010000010011111101010101 | 3f413f553f413f473f413f55 |
UTF-8 | AUAGAU | 110000101001001001000001110000101001001001010101110000101001001001000001110000101001001001000111110000101001001001000001110000101001001001010101 | c29241c29255c29241c29247c29241c29255 |
UHC | ?A?U?A?G?A?U | 001111110100000100111111010101010011111101000001001111110100011100111111010000010011111101010101 | 3f413f553f413f473f413f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)