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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 晤ょぎ | 100111011110101110000010111001011000001010101100 | 9deb82e582ac |
| EUC-JP | 晤ょぎ | 110110101110110110100100111001111010010010101110 | daeda4e7a4ae |
| UTF-8 | 晤ょぎ | 111001101001100110100100111000111000001010000111111000111000000110001110 | e699a4e38287e3818e |
| UHC | 晤ょぎ | 111001111111101110101010111001111010101010101110 | e7fbaae7aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)