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 | 阡ャ竕ァ蠏ッ | 111010001001010010101100111000101000100110100111111001011011010110101111 | e894ace289a7e5b5af |
| EUC-JP | 阡ャ竕ァ蠏ッ | 111011111111010010001110101011001110001111101001100011101010011111101010101101111000111010101111 | eff48eace3e98ea7eab78eaf |
| UTF-8 | 阡ャ竕ァ蠏ッ | 111010011001100010100001111011111011110110101100111001111010101110010101111011111011110110100111111010001010000010001111111011111011110110101111 | e998a1efbdace7ab95efbda7e8a08fefbdaf |
| UHC | 阡????? | 11110100110001100011111100111111001111110011111100111111 | f4c63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)