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 | 遇瘢??? | 10001011111101101110000110001101001111110011111100111111 | 8bf6e18d3f3f3f |
| EUC-JP | 遇瘢??? | 10110110111110001110000111101101001111110011111100111111 | b6f8e1ed3f3f3f |
| UTF-8 | 遇瘢렋늡키 | 111010011000000110000111111001111001100010100010111010111010000010001011111010111000101010100001111011011000001010100100 | e98187e798a2eba08beb8aa1ed82a4 |
| UHC | 遇瘢렋늡키 | 11101001111001111101101011101110100011101010001010110100110001111100010110110000 | e9e7daee8ea2b4c7c5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)