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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 酬E酬EB | 10001111010101100100010110001111010101100100010101000010 | 8f56458f564542 |
EUC-JP | 酬E酬EB | 10111101101101110100010110111101101101110100010101000010 | bdb745bdb74542 |
UTF-8 | 酬E酬EB | 111010011000010110101100010001011110100110000101101011000100010101000010 | e985ac45e985ac4542 |
UHC | 酬E酬EB | 11100010110001100100010111100010110001100100010101000010 | e2c645e2c64542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)