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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 食帽膊 | 100100000100100010010110010110001110010001001101 | 90489658e44d |
| EUC-JP | 食帽膊 | 101111111010100111001011101110011110011110101110 | bfa9cbb9e7ae |
| UTF-8 | 食帽膊 | 111010011010001110011111111001011011100010111101111010001000011010001010 | e9a39fe5b8bde8868a |
| UHC | 食帽膊 | 111000111101110111011001101101101101101011011011 | e3ddd9b6dadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)