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 | ß¾òý | 11011111101111101111001011111101 | dfbef2fd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ß?òý | 10001111101010011100111000111111100011111010101111010010100011111010101111110010 | 8fa9ce3f8fabd28fabf2 |
UTF-8 | ß¾òý | 1100001110011111110000101011111011000011101100101100001110111101 | c39fc2bec3b2c3bd |
UHC | ß¾?? | 101010011010110010101000111110100011111100111111 | a9aca8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)