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 | 羈牙寛^ | 11100011101100011000100111100101100010101011000001011110 | e3b189e58ab05e |
EUC-JP | 羈牙寛^ | 11100110101100111011001011100111101101001011001001011110 | e6b3b2e7b4b25e |
UTF-8 | 羈牙寛^ | 11100111101111101000100011100111100010011001100111100101101011111001101101011110 | e7be88e78999e5af9b5e |
UHC | 羈牙?^ | 110100011011110011100100101100110011111101011110 | d1bce4b33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)