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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 縒鑷棘 | 111000110111001011101000011100011001111010011001 | e372e8719e99 |
EUC-JP | 縒鑷棘 | 111001011101001111101111110100101101101111111001 | e5d3efd2dbf9 |
UTF-8 | 縒鑷棘 | 111001111011100010010010111010011001000110110111111001101010001110011000 | e7b892e991b7e6a398 |
UHC | ??棘 | 00111111001111111101000010111110 | 3f3fd0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)