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 | ÙðÙð^ | 1101100111110000110110011111000001011110 | d9f0d9f05e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÙðÙð^ | 10001111101010101110001110001111101010011100001110001111101010101110001110001111101010011100001101011110 | 8faae38fa9c38faae38fa9c35e |
UTF-8 | ÙðÙð^ | 110000111001100111000011101100001100001110011001110000111011000001011110 | c399c3b0c399c3b05e |
UHC | ?ð?ð^ | 00111111101010011010001100111111101010011010001101011110 | 3fa9a33fa9a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)