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 | 蒹ょぎ | 111001001110001110000010111001011000001010101100 | e4e382e582ac |
| EUC-JP | 蒹ょぎ | 111010001110010110100100111001111010010010101110 | e8e5a4e7a4ae |
| UTF-8 | 蒹ょぎ | 111010001001001010111001111000111000001010000111111000111000000110001110 | e892b9e38287e3818e |
| UHC | ?ょぎ | 0011111110101010111001111010101010101110 | 3faae7aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)