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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 筌?‘爰?^ | 111000101010001100111111100000010110010111100000101001110011111101011110 | e2a33f8165e0a73f5e |
| EUC-JP | 筌?‘爰?^ | 111001001010010100111111101000011100011011100000101010010011111101011110 | e4a53fa1c6e0a93f5e |
| UTF-8 | 筌띾‘爰긳^ | 11100111101011011000110011101011100111011011111011100010100000001001100011100111100010001011000011101010101110001011001101011110 | e7ad8ceb9dbee28098e788b0eab8b35e |
| UHC | 筌띾‘爰긳^ | 1110111110100111100011011110101110100001101011101110101010111010100000110111010101011110 | efa78deba1aeeaba83755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)