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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髫ェ莨∝尢 | 111010011001101010101010111001001011110010000001111001011001101110010111 | e99aaae4bc81e59b97 |
EUC-JP | 髫ェ莨∝尢 | 11110001111110101000111010101010111010001011111010100010111001111101010111110111 | f1fa8eaae8bea2e7d5f7 |
UTF-8 | 髫ェ莨∝尢 | 111010011010101110101011111011111011110110101010111010001000111010101000111000101000100010011101111001011011000010100010 | e9ababefbdaae88ea8e2889de5b0a2 |
UHC | ???∝? | 001111110011111100111111101000011111000000111111 | 3f3f3fa1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)