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 | 蔕我洪蒹 | 1110010011110110100010011110010010001101010111101110010011100011 | e4f689e48d5ee4e3 |
EUC-JP | 蔕我洪蒹 | 1110100011111000101100101110011010111001101111111110100011100101 | e8f8b2e6b9bfe8e5 |
UTF-8 | 蔕我洪蒹 | 111010001001010010010101111001101000100010010001111001101011010010101010111010001001001010111001 | e89495e68891e6b4aae892b9 |
UHC | ?我洪? | 001111111110010010110010111110111111001100111111 | 3fe4b2fbf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)