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 | 杵?遠??低 | 100010110110111000111111100010011001001100111111001111111001001011100001 | 8b6e3f89933f3f92e1 |
| EUC-JP | 杵?遠??低 | 101101011100111100111111101100011111001100111111001111111100010011100011 | b5cf3fb1f33f3fc4e3 |
| UTF-8 | 杵렭遠며딴低 | 111001101001110110110101111010111010000010101101111010011000000110100000111010111010100110110000111010111001010010110100111001001011110110001110 | e69db5eba0ade981a0eba9b0eb94b4e4bd8e |
| UHC | 杵렭遠며딴低 | 111011101011111010001110101110101110101011000000101110001110011110110101111111011110111010111000 | eebe8ebaeac0b8e7b5fdeeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)