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 | 螳ソ譏滓シア | 111001011010111010111111111001101001100010011111111001101011110010110001 | e5aebfe6989fe6bcb1 |
| EUC-JP | 螳ソ譏滓シア | 111010101011000010001110101111111110101111111000110111101110100010001110101111001000111010110001 | eab08ebfebf8dee88ebc8eb1 |
| UTF-8 | 螳ソ譏滓シア | 111010001001111010110011111011111011110110111111111010001010110110001111111001101011101110010011111011111011110110111100111011111011110110110001 | e89eb3efbdbfe8ad8fe6bb93efbdbcefbdb1 |
| UHC | 螳?譏滓?? | 110100111101100100111111110100011100000111101110101010110011111100111111 | d3d93fd1c1eeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)