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 | FL²G¼ | 10010010010001101001001001001100100100011011001010010010010001111001000110111100 | 9246924c91b2924791bc |
SJIS-WIN | ?F?L???G?? | 00111111010001100011111101001100001111110011111100111111010001110011111100111111 | 3f463f4c3f3f3f473f3f |
EUC-JP | ?F?L???G?? | 00111111010001100011111101001100001111110011111100111111010001110011111100111111 | 3f463f4c3f3f3f473f3f |
UTF-8 | FL²G¼ | 1100001010010010010001101100001010010010010011001100001010010001110000101011001011000010100100100100011111000010100100011100001010111100 | c29246c2924cc291c2b2c29247c291c2bc |
UHC | ?F?L?²?G?¼ | 001111110100011000111111010011000011111110101001111101110011111101000111001111111010100011111001 | 3f463f4c3fa9f73f473fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)