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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 艤???實? | 1110010001111110001111110011111100111111100110111000100100111111 | e47e3f3f3f9b893f |
| EUC-JP | 艤???實? | 1110011111011111001111110011111100111111110101011110100100111111 | e7df3f3f3fd5e93f |
| UTF-8 | 艤쇱렲렟實렏 | 111010001000100110100100111011001000011110110001111010111010000010110010111010111010000010011111111001011010111110100110111010111010000010001111 | e889a4ec87b1eba0b2eba09fe5afa6eba08f |
| UHC | 艤쇱렲렟實렏 | 111010111111101010111100111011001000111010111111100011101011000011100011111110011000111010100101 | ebfabcec8ebf8eb0e3f98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)