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®Gç¹ | 10010010010001101001001001010011100100011010111010010010010001111110011110111001 | 9246925391ae9247e7b9 |
SJIS-WIN | ?F?S???G?? | 00111111010001100011111101010011001111110011111100111111010001110011111100111111 | 3f463f533f3f3f473f3f |
EUC-JP | ?F?S?®?Gç? | 0011111101000110001111110101001100111111100011111010001011101110001111110100011110001111101010111010111000111111 | 3f463f533f8fa2ee3f478fabae3f |
UTF-8 | FS®Gç¹ | 1100001010010010010001101100001010010010010100111100001010010001110000101010111011000010100100100100011111000011101001111100001010111001 | c29246c29253c291c2aec29247c3a7c2b9 |
UHC | ?F?S?®?G?¹ | 001111110100011000111111010100110011111110100010111001110011111101000111001111111010100111110110 | 3f463f533fa2e73f473fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)