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 | テ債ゥツ湘療 | 110000111000110111000010101010011100001010001111110000111001011111000011 | c38dc2a9c28fc397c3 |
| EUC-JP | テ債ゥツ湘療 | 100011101100001110111010110001001000111010101001100011101100001010111110110001011100111011000101 | 8ec3bac48ea98ec2bec5cec5 |
| UTF-8 | テ債ゥツ湘療 | 111011111011111010000011111001011000001010110101111011111011110110101001111011111011111010000010111001101011100110011000111001111001100110000010 | efbe83e582b5efbda9efbe82e6b998e79982 |
| UHC | ?債??湘療 | 001111111111001111110000001111110011111111011111110011111101011011111011 | 3ff3f03f3fdfcfd6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)