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 | 謠也嚥陲ョ | 111001101000111110010110111001111001101010001011111010001010001010101110 | e68f96e79a8be8a2ae |
| EUC-JP | 謠也嚥陲ョ | 11101011111011111100110011101001110100111110101111110000101001001000111010101110 | ebefcce9d3ebf0a48eae |
| UTF-8 | 謠也嚥陲ョ | 111010001010110010100000111001001011100110011111111001011001101010100101111010011001100110110010111011111011110110101110 | e8aca0e4b99fe59aa5e999b2efbdae |
| UHC | 謠也嚥?? | 1110100110101010111001011010010111100110101111110011111100111111 | e9aae5a5e6bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)