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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ス鄂轗ス鄂轆^ | 1011110111100111101111011110011101111101101111011110011110111101111001110111101101011110 | bde7bde77dbde7bde77b5e |
EUC-JP | ス鄂轗ス鄂轆^ | 10001110101111011110111010111111111011011101111010001110101111011110111010111111111011011101110001011110 | 8ebdeebfedde8ebdeebfeddc5e |
UTF-8 | ス鄂轗ス鄂轆^ | 11101111101111011011110111101001100001001000001011101000101111011001011111101111101111011011110111101001100001001000001011101000101111011000011001011110 | efbdbde98482e8bd97efbdbde98482e8bd865e |
UHC | ?鄂??鄂?^ | 001111111110010011000111001111110011111111100100110001110011111101011110 | 3fe4c73f3fe4c73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)