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 | 治疾自蒔 | 1000111010100001100011101011111010001110101010011000111010101010 | 8ea18ebe8ea98eaa |
| EUC-JP | 治疾自蒔 | 1011110010100011101111001100000010111100101010111011110010101100 | bca3bcc0bcabbcac |
| UTF-8 | 治疾自蒔 | 111001101011001010111011111001111001011010111110111010001000011110101010111010001001001010010100 | e6b2bbe796bee887aae89294 |
| UHC | 治疾自蒔 | 1111011010111101111100101111000011101101101110111110001111001000 | f6bdf2f0edbbe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)