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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???弱 | 0011111100111111001111111000111011100011 | 3f3f3f8ee3 |
| EUC-JP | 旿??弱 | 10001111110000011111010000111111001111111011110011100101 | 8fc1f43f3fbce5 |
| UTF-8 | 旿됮냽弱 | 111001101001011110111111111010111001000010101110111010111000001110111101111001011011110010110001 | e697bfeb90aeeb83bde5bcb1 |
| UHC | 旿됮냽弱 | 1110011111111010100010011110100110000110100011011110010110110000 | e7fa89e9868de5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)