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 | ツ堕コツ奪^ | 1100001010010001110000101011101011000010100100100100010001011110 | c291c2bac292445e |
| EUC-JP | ツ堕コツ奪^ | 1000111011000010110000101100010010001110101110101000111011000010110000111010010101011110 | 8ec2c2c48eba8ec2c3a55e |
| UTF-8 | ツ堕コツ奪^ | 11101111101111101000001011100101101000001001010111101111101111011011101011101111101111101000001011100101101001011010101001011110 | efbe82e5a095efbdbaefbe82e5a5aa5e |
| UHC | ????奪^ | 00111111001111110011111100111111111101111010110001011110 | 3f3f3f3ff7ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)