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 | 辜壌攴塚」 | 111001111000001110001111111010111001110110111011111110101001110010100011 | e7838feb9dbbfa9ca3 |
EUC-JP | 辜壌攴?」 | 111011011110001110111110111011011101101010111101001111111000111010100011 | ede3beeddabd3f8ea3 |
UTF-8 | 辜壌攴塚」 | 111010001011111010011100111001011010001110001100111001101001010010110100111011111010100010010000111011111011110110100011 | e8be9ce5a38ce694b4efa890efbda3 |
UHC | 辜???? | 110011011101000000111111001111110011111100111111 | cdd03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)