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 | ÌÃÚçB | 1100110011000011110110101110011101000010 | ccc3dae742 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ÌÃÚçB | 10001111101010101100000010001111101010101010101010001111101010101110001010001111101010111010111001000010 | 8faac08faaaa8faae28fabae42 |
UTF-8 | ÌÃÚçB | 110000111000110011000011100000111100001110011010110000111010011101000010 | c38cc383c39ac3a742 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)