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 | A¶åA | 1001100101000001100111101011011010010000111001011001100101000001 | 99419eb690e59941 |
SJIS-WIN | ?A?¶???A | 001111110100000100111111100000011111011100111111001111110011111101000001 | 3f413f81f73f3f3f41 |
EUC-JP | ?A?¶?å?A | 0011111101000001001111111010001011111001001111111000111110101011101010010011111101000001 | 3f413fa2f93f8faba93f41 |
UTF-8 | A¶åA | 1100001010011001010000011100001010011110110000101011011011000010100100001100001110100101110000101001100101000001 | c29941c29ec2b6c290c3a5c29941 |
UHC | ?A?¶???A | 001111110100000100111111101000101101001000111111001111110011111101000001 | 3f413fa2d23f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)