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 | 迸朱。ォ迸 | 1110011110011110100011101110100110100001101010111110011110011110 | e79e8ee9a1abe79e |
| EUC-JP | 迸朱。ォ迸 | 11101101111111101011110011101011100011101010000110001110101010111110110111111110 | edfebceb8ea18eabedfe |
| UTF-8 | 迸朱。ォ迸 | 111010001011111110111000111001101001110010110001111011111011110110100001111011111011110110101011111010001011111110111000 | e8bfb8e69cb1efbda1efbdabe8bfb8 |
| UHC | ?朱??? | 001111111111000110111001001111110011111100111111 | 3ff1b93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)