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 | 繹ル???┨ | 111000111000100010000011100010110011111100111111001111111000010010110111 | e388838b3f3f3f84b7 |
| EUC-JP | 繹ル?沅?┨ | 1110010111101000101001011110101100111111100011111100011011101001001111111010100010111001 | e5e8a5eb3f8fc6e93fa8b9 |
| UTF-8 | 繹ル슜沅륅┨ | 111001111011100110111001111000111000001110101011111011001000101010011100111001101011001010000101111010111010010110000101111000101001010010101000 | e7b9b9e383abec8a9ce6b285eba585e294a8 |
| UHC | 繹ル슜沅륅┨ | 111001101011101010101011111010111001101010101001111010101011011010001111111011111010011010111001 | e6baabeb9aa9eab68fefa6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)