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 | 繹ル???Ⅴ | 111000111000100010000011100010110011111100111111001111111000011101011000 | e388838b3f3f3f8758 |
| EUC-JP | 繹ル?沅?? | 11100101111010001010010111101011001111111000111111000110111010010011111100111111 | e5e8a5eb3f8fc6e93f3f |
| UTF-8 | 繹ル슜沅륅Ⅴ | 111001111011100110111001111000111000001110101011111011001000101010011100111001101011001010000101111010111010010110000101111000101000010110100100 | e7b9b9e383abec8a9ce6b285eba585e285a4 |
| UHC | 繹ル슜沅륅Ⅴ | 111001101011101010101011111010111001101010101001111010101011011010001111111011111010010110110100 | e6baabeb9aa9eab68fefa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)