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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 訷疾褓貽芻 | 11111011101001001000111010111110111001011110111011100110110001001110010010001101 | fba48ebee5eee6c4e48d |
| EUC-JP | 訷疾褓貽芻 | 1000111111011101110101001011110011000000111010101111000011101100110001101110011111101101 | 8fddd4bcc0eaf0ecc6e7ed |
| UTF-8 | 訷疾褓貽芻 | 111010001010100010110111111001111001011010111110111010001010010010010011111010001011001010111101111010001000101010111011 | e8a8b7e796bee8a493e8b2bde88abb |
| UHC | ?疾褓貽芻 | 001111111111001011110000110111001100111011101100110000101111010111010110 | 3ff2f0dcceecc2f5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)