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 | F¥¨O | 1001001001000110100100011010010110010001101010001001001001001111 | 924691a591a8924f |
SJIS-WIN | ?F?¥?¨?O | 00111111010001100011111110000001100011110011111110000001010011100011111101001111 | 3f463f818f3f814e3f4f |
EUC-JP | ?F???¨?O | 001111110100011000111111001111110011111110100001101011110011111101001111 | 3f463f3f3fa1af3f4f |
UTF-8 | F¥¨O | 1100001010010010010001101100001010010001110000101010010111000010100100011100001010101000110000101001001001001111 | c29246c291c2a5c291c2a8c2924f |
UHC | ?F???¨?O | 001111110100011000111111001111110011111110100001101001110011111101001111 | 3f463f3f3fa1a73f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)