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 | 踟語キ呟 | 111001101111011110001100111010101011011110011001111010101111011110110011 | e6f78ceab799eaf7b3 |
| EUC-JP | 踟語キ呟? | 111011001111100110111000111011001000111010110111110100101110110000111111 | ecf9b8ec8eb7d2ec3f |
| UTF-8 | 踟語キ呟 | 111010001011100010011111111010001010101010011110111011111011110110110111111001011001000110011111111011101001011010010110 | e8b89fe8aa9eefbdb7e5919fee9696 |
| UHC | ?語??? | 001111111110010111011110001111110011111100111111 | 3fe5de3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)