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 | Úß±ø | 11011010110111111011000111111000 | dadfb1f8 |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | Úß±ø | 1000111110101010111000101000111110101001110011101010000111011110100011111010100111001100 | 8faae28fa9cea1de8fa9cc |
UTF-8 | Úß±ø | 1100001110011010110000111001111111000010101100011100001110111000 | c39ac39fc2b1c3b8 |
UHC | ?ß±ø | 00111111101010011010110010100001101111101010100110101010 | 3fa9aca1bea9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)