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 | Õ¼ | 100011111101010110111100 | 8fd5bc |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?Õ? | 0011111110001111101010101101100000111111 | 3f8faad83f |
UTF-8 | Õ¼ | 110000101000111111000011100101011100001010111100 | c28fc395c2bc |
UHC | ??¼ | 00111111001111111010100011111001 | 3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)