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 | FNþO | 10010010010001100100111010010001111111101001001001001111 | 92464e91fe924f |
SJIS-WIN | ?FN???O | 00111111010001100100111000111111001111110011111101001111 | 3f464e3f3f3f4f |
EUC-JP | ?FN?þ?O | 001111110100011001001110001111111000111110101001110100000011111101001111 | 3f464e3f8fa9d03f4f |
UTF-8 | FNþO | 1100001010010010010001100100111011000010100100011100001110111110110000101001001001001111 | c292464ec291c3bec2924f |
UHC | ?FN?þ?O | 0011111101000110010011100011111110101001101011010011111101001111 | 3f464e3fa9ad3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)