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 | 001111111001000010110111111110110110011101000010 | 3f90b7fb6742 |
| EUC-JP | ?盛琦B | 00111111110000001011100110001111110011001010101101000010 | 3fc0b98fccab42 |
| UTF-8 | 쾅盛琦B | 11101100101111101000010111100111100110111001101111100111100100001010011001000010 | ecbe85e79b9be790a642 |
| UHC | 쾅盛琦B | 11000100111001111110000011111100110100011010110101000010 | c4e7e0fcd1ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)