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 | ÖÛÐÙ^ | 1101011011011011110100001101100101011110 | d6dbd0d95e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÖÛ?Ù^ | 1000111110101010110100111000111110101010111001010011111110001111101010101110001101011110 | 8faad38faae53f8faae35e |
UTF-8 | ÖÛÐÙ^ | 110000111001011011000011100110111100001110010000110000111001100101011110 | c396c39bc390c3995e |
UHC | ??Ð?^ | 001111110011111110101000101000100011111101011110 | 3f3fa8a23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)