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 | AA¤^ | 100100110100000110010111100111001001001101000001100111001010010001011110 | 9341979c93419ca45e |
SJIS-WIN | ?A???A??^ | 001111110100000100111111001111110011111101000001001111110011111101011110 | 3f413f3f3f413f3f5e |
EUC-JP | ?A???A?¤^ | 0011111101000001001111110011111100111111010000010011111110001111101000101111000001011110 | 3f413f3f3f413f8fa2f05e |
UTF-8 | AA¤^ | 110000101001001101000001110000101001011111000010100111001100001010010011010000011100001010011100110000101010010001011110 | c29341c297c29cc29341c29cc2a45e |
UHC | ?A???A?¤^ | 00111111010000010011111100111111001111110100000100111111101000101011010001011110 | 3f413f3f3f413fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)