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 | ¼Þ¼V | 1011110011011110101111001010110101010110 | bcdebcad56 |
SJIS-WIN | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
EUC-JP | ?Þ??V | 00111111100011111010100110110000001111110011111101010110 | 3f8fa9b03f3f56 |
UTF-8 | ¼Þ¼V | 110000101011110011000011100111101100001010111100110000101010110101010110 | c2bcc39ec2bcc2ad56 |
UHC | ¼Þ¼V | 101010001111100110101000101011011010100011111001101000011010100101010110 | a8f9a8ada8f9a1a956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)