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 | û¢h | 11000011101110111100001010011110110000101010001001101000 | c3bbc29ec2a268 |
SJIS-WIN | ?????¢h | 0011111100111111001111110011111100111111100000011001000101101000 | 3f3f3f3f3f819168 |
EUC-JP | ��¢h | 1000111110101010101010100011111110001111101010101010010000111111100011111010101010100100101000011111000101101000 | 8faaaa3f8faaa43f8faaa4a1f168 |
UTF-8 | û¢h | 11000011100000111100001010111011110000111000001011000010100111101100001110000010110000101010001001101000 | c383c2bbc382c29ec382c2a268 |
UHC | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)