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 | ?????O^ | 00111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f4f5e |
| SJIS-WIN | 鳶??染?O^ | 100100111100111000111111001111111001000011110101001111110100111101011110 | 93ce3f3f90f53f4f5e |
| EUC-JP | 鳶??染?O^ | 110001101101000000111111001111111100000011110111001111110100111101011110 | c6d03f3fc0f73f4f5e |
| UTF-8 | 鳶멩뿦染섳O^ | 1110100110110011101101101110101110101001101010011110101110111111101001101110011010011111100100111110110010000100101100110100111101011110 | e9b3b6eba9a9ebbfa6e69f93ec84b34f5e |
| UHC | 鳶멩뿦染섳O^ | 111001101110100110111000111001101001011110100110111001101111100010011001010000100100111101011110 | e6e9b8e697a6e6f899424f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)