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 | ¾®ßÏ | 10111110101011101101111111001111 | beaedfcf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?®ßÏ | 00111111100011111010001011101110100011111010100111001110100011111010101011000001 | 3f8fa2ee8fa9ce8faac1 |
UTF-8 | ¾®ßÏ | 1100001010111110110000101010111011000011100111111100001110001111 | c2bec2aec39fc38f |
UHC | ¾®ß? | 10101000111110101010001011100111101010011010110000111111 | a8faa2e7a9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)