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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 魄擾ス、魃誹 | 11101001101011101000111111101111101111011010010011101001101011111001010011101110 | e9ae8fefbda4e9af94ee |
EUC-JP | 魄擾ス、魃誹 | 111100101011000010111110111100011000111010111101100011101010010011110010101100011100100011110000 | f2b0bef18ebd8ea4f2b1c8f0 |
UTF-8 | 魄擾ス、魃誹 | 111010011010110110000100111001101001001110111110111011111011110110111101111011111011110110100100111010011010110110000011111010001010101010111001 | e9ad84e693beefbdbdefbda4e9ad83e8aab9 |
UHC | 魄擾??魃誹 | 11011011110111101110100011110110001111110011111111011011101001101101111010100110 | dbdee8f63f3fdba6dea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)