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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 莨炊謙粢 | 1110010010111100100100001000011010001100101010101110001011100101 | e4bc90868caae2e5 |
| EUC-JP | 莨炊謙粢 | 1110100010111110101111111110011010111000101011001110010011100111 | e8bebfe6b8ace4e7 |
| UTF-8 | 莨炊謙粢 | 111010001000111010101000111001111000001010001010111010001010110010011001111001111011001010100010 | e88ea8e7828ae8ac99e7b2a2 |
| UHC | ?炊謙? | 001111111111011010100111110011001100010100111111 | 3ff6a7ccc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)