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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | チヒエ靈 | 1100000111001011101101001110100011001011 | c1cbb4e8cb |
EUC-JP | チヒエ靈 | 1000111011000001100011101100101110001110101101001111000011001101 | 8ec18ecb8eb4f0cd |
UTF-8 | チヒエ靈 | 111011111011111010000001111011111011111010001011111011111011110110110100111010011001110110001000 | efbe81efbe8befbdb4e99d88 |
UHC | ???靈 | 0011111100111111001111111101011011000100 | 3f3f3fd6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)