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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 捨叱シオ | 11110000101111111000111011001100111100111110111010001110101101101011110010110101 | f0bf8eccf3ee8eb6bcb5 |
| EUC-JP | ?捨?叱シオ | 00111111101111001100111000111111101111001011100010001110101111001000111010110101 | 3fbcce3fbcb88ebc8eb5 |
| UTF-8 | 捨叱シオ | 111011101000000110111110111001101000110110101000111011101000101110100001111001011000111110110001111011111011110110111100111011111011110110110101 | ee81bee68da8ee8ba1e58fb1efbdbcefbdb5 |
| UHC | ?捨?叱?? | 0011111111011110110101110011111111110010111010100011111100111111 | 3fded73ff2ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)