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 | AWL[¡ | 10010010010000011001001001010111100100100100110010010010010110111001000110100001 | 92419257924c925b91a1 |
SJIS-WIN | ?A?W?L?[?? | 00111111010000010011111101010111001111110100110000111111010110110011111100111111 | 3f413f573f4c3f5b3f3f |
EUC-JP | ?A?W?L?[?¡ | 001111110100000100111111010101110011111101001100001111110101101100111111100011111010001011000010 | 3f413f573f4c3f5b3f8fa2c2 |
UTF-8 | AWL[¡ | 11000010100100100100000111000010100100100101011111000010100100100100110011000010100100100101101111000010100100011100001010100001 | c29241c29257c2924cc2925bc291c2a1 |
UHC | ?A?W?L?[?¡ | 0011111101000001001111110101011100111111010011000011111101011011001111111010001010101110 | 3f413f573f4c3f5b3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)