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 | ÖÛàÐo | 1101011011011011111000001101000001101111 | d6dbe0d06f |
SJIS-WIN | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
EUC-JP | ÖÛà?o | 1000111110101010110100111000111110101010111001011000111110101011101000100011111101101111 | 8faad38faae58faba23f6f |
UTF-8 | ÖÛàÐo | 110000111001011011000011100110111100001110100000110000111001000001101111 | c396c39bc3a0c3906f |
UHC | ???Ðo | 001111110011111100111111101010001010001001101111 | 3f3f3fa8a26f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)