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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 莪削酬B | 11100100101011101000110111101101100011110101011001000010 | e4ae8ded8f5642 |
EUC-JP | 莪削酬B | 11101000101100001011101011101111101111011011011101000010 | e8b0baefbdb742 |
UTF-8 | 莪削酬B | 11101000100011101010101011100101100010011000101011101001100001011010110001000010 | e88eaae5898ae985ac42 |
UHC | 莪削酬B | 11100100101101011101111011111011111000101100011001000010 | e4b5defbe2c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)