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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?孟?孟^ | 00111111100101101101000000111111100101101101000001011110 | 3f96d03f96d05e |
EUC-JP | 暻孟暻孟^ | 1000111111000010110111011100110011010010100011111100001011011101110011001101001001011110 | 8fc2ddccd28fc2ddccd25e |
UTF-8 | 暻孟暻孟^ | 11100110100110101011101111100101101011011001111111100110100110101011101111100101101011011001111101011110 | e69abbe5ad9fe69abbe5ad9f5e |
UHC | 暻孟暻孟^ | 110011001101100111011000111010111100110011011001110110001110101101011110 | ccd9d8ebccd9d8eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)