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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?◇?●^ | 00111111100000011001111000111111100000011001110001011110 | 3f819e3f819c5e |
EUC-JP | 焌◇焌●^ | 1000111111001001111010001010000111111110100011111100100111101000101000011111110001011110 | 8fc9e8a1fe8fc9e8a1fc5e |
UTF-8 | 焌◇焌●^ | 11100111100001001000110011100010100101111000011111100111100001001000110011100010100101111000111101011110 | e7848ce29787e7848ce2978f5e |
UHC | 焌◇焌●^ | 111100011110000010100001110111101111000111100000101000011101110001011110 | f1e0a1def1e0a1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)