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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 深始殖 | 100100000101101110001110011011101001000001000010 | 905b8e6e9042 |
EUC-JP | 深始殖 | 101111111011110010111011110011111011111110100011 | bfbcbbcfbfa3 |
UTF-8 | 深始殖 | 111001101011011110110001111001011010011110001011111001101010111010010110 | e6b7b1e5a78be6ae96 |
UHC | 深始殖 | 111001001010001011100011101101111110001111010110 | e4a2e3b7e3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)