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 | ?耕?遇? | 00111111100011010110101100111111100010111111011000111111 | 3f8d6b3f8bf63f |
EUC-JP | 焌耕?遇? | 100011111100100111101000101110011100110000111111101101101111100000111111 | 8fc9e8b9cc3fb6f83f |
UTF-8 | 焌耕색遇렧 | 111001111000010010001100111010001000000010010101111011001000001110001001111010011000000110000111111010111010000010100111 | e7848ce88095ec8389e98187eba0a7 |
UHC | 焌耕색遇렧 | 11110001111000001100110011101001101110111111011011101001111001111000111010110110 | f1e0cce9bbf6e9e78eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)