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 | FS¦E¨ | 10010010010001101001001001010011100100011010011010010010010001011001000110101000 | 9246925391a6924591a8 |
SJIS-WIN | ?F?S???E?¨ | 0011111101000110001111110101001100111111001111110011111101000101001111111000000101001110 | 3f463f533f3f3f453f814e |
EUC-JP | ?F?S?¦?E?¨ | 00111111010001100011111101010011001111111000111110100010110000110011111101000101001111111010000110101111 | 3f463f533f8fa2c33f453fa1af |
UTF-8 | FS¦E¨ | 1100001010010010010001101100001010010010010100111100001010010001110000101010011011000010100100100100010111000010100100011100001010101000 | c29246c29253c291c2a6c29245c291c2a8 |
UHC | ?F?S???E?¨ | 0011111101000110001111110101001100111111001111110011111101000101001111111010000110100111 | 3f463f533f3f3f453fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)