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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 漬?翁峯 | 10010010110100000011111110001001101001011001010111110101 | 92d03f89a595f5 |
| EUC-JP | 漬?翁峯 | 11000100110100100011111110110010101001111100101011110111 | c4d23fb2a7caf7 |
| UTF-8 | 漬렓翁峯 | 111001101011110010101100111010111010000010010011111001111011111110000001111001011011001110101111 | e6bcaceba093e7bf81e5b3af |
| UHC | 漬렓翁峯 | 1111001010110000100011101010100011101000101110101101110011100111 | f2b08ea8e8badce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)