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 | 11100011011010000100010111100011011010000100010101000010 | e36845e3684542 |
EUC-JP | 緝E緝EB | 11100101110010010100010111100101110010010100010101000010 | e5c945e5c94542 |
UTF-8 | 緝E緝EB | 111001111011011110011101010001011110011110110111100111010100010101000010 | e7b79d45e7b79d4542 |
UHC | 緝E緝EB | 11110010111111010100010111110010111111010100010101000010 | f2fd45f2fd4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)