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? | 001111110100001000111111 | 3f423f |
SJIS-WIN | 蓉B悶 | 1001011101110101010000101001011011100011 | 97754296e3 |
EUC-JP | 蓉B悶 | 1100110111010110010000101100110011100101 | cdd642cce5 |
UTF-8 | 蓉B悶 | 11101000100100111000100101000010111001101000001010110110 | e8938942e682b6 |
UHC | 蓉B悶 | 1110100111001000010000101101101010111111 | e9c842dabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)