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 | ºßÐ | 10001110101110101101111111010000 | 8ebadfd0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?ºß? | 0011111110001111101000101110101110001111101010011100111000111111 | 3f8fa2eb8fa9ce3f |
UTF-8 | ºßÐ | 1100001010001110110000101011101011000011100111111100001110010000 | c28ec2bac39fc390 |
UHC | ?ºßÐ | 00111111101010001010110010101001101011001010100010100010 | 3fa8aca9aca8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)