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 | 齎忿 | 11100110110110001001110001111100 | e6d89c7c |
EUC-JP | 齎忿 | 11101100110110101101011111011101 | ecdad7dd |
UTF-8 | 齎忿 | 111010011011110110001110111001011011111110111111 | e9bd8ee5bfbf |
UHC | 齎忿 | 11101110101100101101110111001000 | eeb2ddc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)