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 | ºß£ | 10001110101110101101111110100011 | 8ebadfa3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | ?ºß£ | 001111111000111110100010111010111000111110101001110011101010000111110010 | 3f8fa2eb8fa9cea1f2 |
UTF-8 | ºß£ | 1100001010001110110000101011101011000011100111111100001010100011 | c28ec2bac39fc2a3 |
UHC | ?ºß? | 001111111010100010101100101010011010110000111111 | 3fa8aca9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)