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 | 隘ュ轤企▲陟 | 1110100010100101101011011110011110000010100010101110100110000001101000111110100010100000 | e8a5ade7828ae981a3e8a0 |
| EUC-JP | 隘ュ轤企▲陟 | 111100001010011110001110101011011110110111100010101101001110101110100010101001011111000010100010 | f0a78eadede2b4eba2a5f0a2 |
| UTF-8 | 隘ュ轤企▲陟 | 111010011001101010011000111011111011110110101101111010001011110110100100111001001011110010000001111000101001011010110010111010011001100110011111 | e99a98efbdade8bda4e4bc81e296b2e9999f |
| UHC | 隘??企▲陟 | 11100100111101100011111100111111110100001110101010100001111000111111010010110011 | e4f63f3fd0eaa1e3f4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)