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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 莟肴浦^ | 11100100101011111000110111100110100010010101100101011110 | e4af8de689595e |
EUC-JP | 莟肴浦^ | 11101000101100011011101011101000101100011011101001011110 | e8b1bae8b1ba5e |
UTF-8 | 莟肴浦^ | 11101000100011101001111111101000100000101011010011100110101101011010011001011110 | e88e9fe882b4e6b5a65e |
UHC | ?肴浦^ | 001111111111110110100010111110001101110101011110 | 3ffda2f8dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)