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 | 轢堺洪蔕 | 1110011110000000100011011110010010001101010111101110010011110110 | e7808de48d5ee4f6 |
EUC-JP | 轢堺洪蔕 | 1110110111100000101110101110011010111001101111111110100011111000 | ede0bae6b9bfe8f8 |
UTF-8 | 轢堺洪蔕 | 111010001011110110100010111001011010000010111010111001101011010010101010111010001001010010010101 | e8bda2e5a0bae6b4aae89495 |
UHC | 轢堺洪? | 11010101111110011100110011110111111110111111001100111111 | d5f9ccf7fbf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)