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 | ????n | 0011111100111111001111110011111101101110 | 3f3f3f3f6e |
| SJIS-WIN | 贈???n | 100100011010000100111111001111110011111101101110 | 91a13f3f3f6e |
| EUC-JP | 贈???n | 110000101010001100111111001111110011111101101110 | c2a33f3f3f6e |
| UTF-8 | 贈숄렰렲n | 11101000101101001000100011101100100010001000010011101011101000001011000011101011101000001011001001101110 | e8b488ec8884eba0b0eba0b26e |
| UHC | 贈숄렰렲n | 111100011111110010111100111100011000111010111101100011101011111101101110 | f1fcbcf18ebd8ebf6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)