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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ツ偲催淞」 | 1100001010001110110000111000110111000011100111111100001010100011 | c28ec38dc39fc2a3 |
| EUC-JP | ツ偲催淞」 | 10001110110000101011110011000101101110101100010111011110110001001000111010100011 | 8ec2bcc5bac5dec48ea3 |
| UTF-8 | ツ偲催淞」 | 111011111011111010000010111001011000000110110010111001011000001010101100111001101011011110011110111011111011110110100011 | efbe82e581b2e582ace6b79eefbda3 |
| UHC | ??催淞? | 00111111001111111111010111001010111000011110011100111111 | 3f3ff5cae1e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)