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 | ツ棚ツ堕ー^ | 1100001010010010010010011100001010010001110000101011000001011110 | c29249c291c2b05e |
| EUC-JP | ツ棚ツ堕ー^ | 1000111011000010110000111010101010001110110000101100001011000100100011101011000001011110 | 8ec2c3aa8ec2c2c48eb05e |
| UTF-8 | ツ棚ツ堕ー^ | 11101111101111101000001011100110101000111001101011101111101111101000001011100101101000001001010111101111101111011011000001011110 | efbe82e6a39aefbe82e5a095efbdb05e |
| UHC | ?棚???^ | 00111111110111011101110000111111001111110011111101011110 | 3fdddc3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)