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 | 轜渇洪羌 | 1110011101111110100010101000100110001101010111101110001110110011 | e77e8a898d5ee3b3 |
EUC-JP | 轜渇洪羌 | 1110110111011111101100111110100110111001101111111110011010110101 | eddfb3e9b9bfe6b5 |
UTF-8 | 轜渇洪羌 | 111010001011110110011100111001101011100010000111111001101011010010101010111001111011111010001100 | e8bd9ce6b887e6b4aae7be8c |
UHC | ??洪羌 | 001111110011111111111011111100111100101110110110 | 3f3ffbf3cbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)