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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??掌幹 | 001111110011111110001111101101101000101010110010 | 3f3f8fb68ab2 |
EUC-JP | ??掌幹 | 001111110011111110111110101110001011010010110100 | 3f3fbeb8b4b4 |
UTF-8 | 劉렣掌幹 | 111011111010011110000111111010111010000010100011111001101000111010001100111001011011100110111001 | efa787eba0a3e68e8ce5b9b9 |
UHC | 劉렣掌幹 | 1110101011100101100011101011010011101101111001101100101011001111 | eae58eb4ede6cacf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)