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 | FO·F | 1001001001000110100100100100111110010001101101111001001001000110 | 9246924f91b79246 |
SJIS-WIN | ?F?O???F | 0011111101000110001111110100111100111111001111110011111101000110 | 3f463f4f3f3f3f46 |
EUC-JP | ?F?O???F | 0011111101000110001111110100111100111111001111110011111101000110 | 3f463f4f3f3f3f46 |
UTF-8 | FO·F | 11000010100100100100011011000010100100100100111111000010100100011100001010110111110000101001001001000110 | c29246c2924fc291c2b7c29246 |
UHC | ?F?O?·?F | 001111110100011000111111010011110011111110100001101001000011111101000110 | 3f463f4f3fa1a43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)