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 | 筌?‘爰?? | 111000101010001100111111100000010110010111100000101001110011111100111111 | e2a33f8165e0a73f3f |
| EUC-JP | 筌?‘爰?? | 111001001010010100111111101000011100011011100000101010010011111100111111 | e4a53fa1c6e0a93f3f |
| UTF-8 | 筌띾‘爰뤷맅 | 111001111010110110001100111010111001110110111110111000101000000010011000111001111000100010110000111010111010010010110111111010111010011110000101 | e7ad8ceb9dbee28098e788b0eba4b7eba785 |
| UHC | 筌띾‘爰뤷맅 | 111011111010011110001101111010111010000110101110111010101011101010001111111001011001000010011111 | efa78deba1aeeaba8fe5909f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)