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 | 11100011010101100100010111100011010101100100010101000010 | e35645e3564542 |
EUC-JP | 綏E綏EB | 11100101101101110100010111100101101101110100010101000010 | e5b745e5b74542 |
UTF-8 | 綏E綏EB | 111001111011011010001111010001011110011110110110100011110100010101000010 | e7b68f45e7b68f4542 |
UHC | 綏E綏EB | 11100010101101110100010111100010101101110100010101000010 | e2b745e2b74542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)