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 | 10010010010001101001001001001111100100011011110110010010010001101001000110100000 | 9246924f91bd924691a0 |
SJIS-WIN | ?F?O???F?? | 00111111010001100011111101001111001111110011111100111111010001100011111100111111 | 3f463f4f3f3f3f463f3f |
EUC-JP | ?F?O???F?? | 00111111010001100011111101001111001111110011111100111111010001100011111100111111 | 3f463f4f3f3f3f463f3f |
UTF-8 | FO½F | 1100001010010010010001101100001010010010010011111100001010010001110000101011110111000010100100100100011011000010100100011100001010100000 | c29246c2924fc291c2bdc29246c291c2a0 |
UHC | ?F?O?½?F?? | 0011111101000110001111110100111100111111101010001111011000111111010001100011111100111111 | 3f463f4f3fa8f63f463f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)