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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 齋猝 | 11100010010101101110000011001010 | e256e0ca |
EUC-JP | 齋猝 | 11100011101101111110000011001100 | e3b7e0cc |
UTF-8 | 齋猝 | 111010011011110110001011111001111000110010011101 | e9bd8be78c9d |
UHC | 齋猝 | 11101110101100011111000011110001 | eeb1f0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)