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 | 雨耿?轅? | 1000100101001010111000111101010000111111111001110111011000111111 | 894ae3d43fe7763f |
| EUC-JP | 雨耿?轅? | 1011000110101011111001101101011000111111111011011101011100111111 | b1abe6d63fedd73f |
| UTF-8 | 雨耿ㅁ轅렗 | 111010011001101110101000111010001000000010111111111000111000010110000001111010001011110110000101111010111010000010010111 | e99ba8e880bfe38581e8bd85eba097 |
| UHC | 雨耿ㅁ轅렗 | 11101001111010111100110011101010101001001011000111101010101111111000111010101100 | e9ebcceaa4b1eabf8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)