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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 謠爺クョ^ | 11100110100011111001011011101010101110001010111001011110 | e68f96eab8ae5e |
| EUC-JP | 謠爺クョ^ | 111010111110111111001100111011001000111010111000100011101010111001011110 | ebefccec8eb88eae5e |
| UTF-8 | 謠爺クョ^ | 11101000101011001010000011100111100010001011101011101111101111011011100011101111101111011010111001011110 | e8aca0e788baefbdb8efbdae5e |
| UHC | 謠爺??^ | 11101001101010101110010110101100001111110011111101011110 | e9aae5ac3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)