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 | 萓晧潤妤ィ^ | 11100100101111101001110111101100100011111000000111111010101001001010100001011110 | e4be9dec8f81faa4a85e |
| EUC-JP | 萓晧潤妤ィ^ | 111010001100000011011010111011101011110111100001100011111011100110101111100011101010100001011110 | e8c0daeebde18fb9af8ea85e |
| UTF-8 | 萓晧潤妤ィ^ | 11101000100100001001001111100110100110011010011111100110101111011010010011100101101001101010010011101111101111011010100001011110 | e89093e699a7e6bda4e5a6a4efbda85e |
| UHC | ?晧潤??^ | 0011111111111011110001011110101111001000001111110011111101011110 | 3ffbc5ebc83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)