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 | ð¹ÖèÒ¦ | 111100001011100111010110111010001101001010100110 | f0b9d6e8d2a6 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ð?ÖèÒ¦ | 10001111101010011100001100111111100011111010101011010011100011111010101110110010100011111010101011010010100011111010001011000011 | 8fa9c33f8faad38fabb28faad28fa2c3 |
UTF-8 | ð¹ÖèÒ¦ | 110000111011000011000010101110011100001110010110110000111010100011000011100100101100001010100110 | c3b0c2b9c396c3a8c392c2a6 |
UHC | ð¹???? | 1010100110100011101010011111011000111111001111110011111100111111 | a9a3a9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)