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 | 陜」笳矩仆 | 111010001001110110100011111000101001011110001011111010011001100010111011 | e89da3e2978be998bb |
EUC-JP | 陜」笳矩仆 | 11101111111111011000111010100011111000111111011110110110111010111101000010111101 | effd8ea3e3f7b6ebd0bd |
UTF-8 | 陜」笳矩仆 | 111010011001100110011100111011111011110110100011111001111010110010110011111001111001111110101001111001001011101110000110 | e9999cefbda3e7acb3e79fa9e4bb86 |
UHC | 陜??矩? | 11111001111100000011111100111111110011111011101100111111 | f9f03f3fcfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)