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 | AEAE^ | 100100100100000110010010010001011001001001000001100100100100010101011110 | 92419245924192455e |
SJIS-WIN | ?A?E?A?E^ | 001111110100000100111111010001010011111101000001001111110100010101011110 | 3f413f453f413f455e |
EUC-JP | ?A?E?A?E^ | 001111110100000100111111010001010011111101000001001111110100010101011110 | 3f413f453f413f455e |
UTF-8 | AEAE^ | 11000010100100100100000111000010100100100100010111000010100100100100000111000010100100100100010101011110 | c29241c29245c29241c292455e |
UHC | ?A?E?A?E^ | 001111110100000100111111010001010011111101000001001111110100010101011110 | 3f413f453f413f455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)