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 | þOF[ | 10010001111111101001001001001111100100100100011001011011 | 91fe924f92465b |
SJIS-WIN | ???O?F[ | 00111111001111110011111101001111001111110100011001011011 | 3f3f3f4f3f465b |
EUC-JP | ?þ?O?F[ | 001111111000111110101001110100000011111101001111001111110100011001011011 | 3f8fa9d03f4f3f465b |
UTF-8 | þOF[ | 1100001010010001110000111011111011000010100100100100111111000010100100100100011001011011 | c291c3bec2924fc292465b |
UHC | ?þ?O?F[ | 0011111110101001101011010011111101001111001111110100011001011011 | 3fa9ad3f4f3f465b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)