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 | AEIn | 10010010010000011001001001000101100100100100100101101110 | 9241924592496e |
SJIS-WIN | ?A?E?In | 00111111010000010011111101000101001111110100100101101110 | 3f413f453f496e |
EUC-JP | ?A?E?In | 00111111010000010011111101000101001111110100100101101110 | 3f413f453f496e |
UTF-8 | AEIn | 11000010100100100100000111000010100100100100010111000010100100100100100101101110 | c29241c29245c292496e |
UHC | ?A?E?In | 00111111010000010011111101000101001111110100100101101110 | 3f413f453f496e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)