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 | 蒿惚圭^ | 11100100111001001000110110011011100011000101110001011110 | e4e48d9b8c5c5e |
EUC-JP | 蒿惚圭^ | 11101000111001101011100111111011101101111011110101011110 | e8e6b9fbb7bd5e |
UTF-8 | 蒿惚圭^ | 11101000100100101011111111100110100000111001101011100101100111001010110101011110 | e892bfe6839ae59cad5e |
UHC | 蒿惚圭^ | 11111011110110101111101111101101110100001010010001011110 | fbdafbedd0a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)