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 | ð¹ÖéÓó | 111100001011100111010110111010011101001111110011 | f0b9d6e9d3f3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ð?ÖéÓó | 10001111101010011100001100111111100011111010101011010011100011111010101110110001100011111010101011010001100011111010101111010001 | 8fa9c33f8faad38fabb18faad18fabd1 |
UTF-8 | ð¹ÖéÓó | 110000111011000011000010101110011100001110010110110000111010100111000011100100111100001110110011 | c3b0c2b9c396c3a9c393c3b3 |
UHC | ð¹???? | 1010100110100011101010011111011000111111001111110011111100111111 | a9a3a9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)