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 | 訂?申??? | 1001001011111001001111111001000001011100001111110011111100111111 | 92f93f905c3f3f3f |
| EUC-JP | 訂?申?洹? | 11000100111110110011111110111111101111010011111110001111110001111011101000111111 | c4fb3fbfbd3f8fc7ba3f |
| UTF-8 | 訂렗申렒洹렞 | 111010001010100010000010111010111010000010010111111001111001010010110011111010111010000010010010111001101011010010111001111010111010000010011110 | e8a882eba097e794b3eba092e6b4b9eba09e |
| UHC | 訂렗申렒洹렞 | 111011111111010010001110101011001110001111101001100011101010011111101010101101111000111010101111 | eff48eace3e98ea7eab78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)