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 | ùìB | 1100001110111001110000111010110001000010 | c3b9c3ac42 |
SJIS-WIN | ???¬B | 001111110011111100111111100000011100101001000010 | 3f3f3f81ca42 |
EUC-JP | �ìB | 10001111101010101010101000111111100011111010101010101010101000101100110001000010 | 8faaaa3f8faaaaa2cc42 |
UTF-8 | ùìB | 110000111000001111000010101110011100001110000011110000101010110001000010 | c383c2b9c383c2ac42 |
UHC | ?¹??B | 001111111010100111110110001111110011111101000010 | 3fa9f63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)