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 | úß×® | 11111010110111111101011110101110 | fadfd7ae |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | úß×® | 1000111110101011111000101000111110101001110011101010000111011111100011111010001011101110 | 8fabe28fa9cea1df8fa2ee |
UTF-8 | úß×® | 1100001110111010110000111001111111000011100101111100001010101110 | c3bac39fc397c2ae |
UHC | ?ß×® | 00111111101010011010110010100001101111111010001011100111 | 3fa9aca1bfa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)