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 | 10111110101011100100011001101111 | beae466f |
SJIS-WIN | ??Fo | 00111111001111110100011001101111 | 3f3f466f |
EUC-JP | ?®Fo | 001111111000111110100010111011100100011001101111 | 3f8fa2ee466f |
UTF-8 | ¾®Fo | 110000101011111011000010101011100100011001101111 | c2bec2ae466f |
UHC | ¾®Fo | 101010001111101010100010111001110100011001101111 | a8faa2e7466f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)