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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 意褐?B | 100010001101001110001010100011000011111101000010 | 88d38a8c3f42 |
| EUC-JP | 意褐?B | 101100001101010110110011111011000011111101000010 | b0d5b3ec3f42 |
| UTF-8 | 意褐츔B | 11100110100001001000111111101000101001001001000011101100101110001001010001000010 | e6848fe8a490ecb89442 |
| UHC | 意褐츔B | 11101011111100101100101011101000110000111111010101000010 | ebf2cae8c3f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)