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 | ÖÚÖÚ^ | 1101011011011010110101101101101001011110 | d6dad6da5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÖÚÖÚ^ | 10001111101010101101001110001111101010101110001010001111101010101101001110001111101010101110001001011110 | 8faad38faae28faad38faae25e |
UTF-8 | ÖÚÖÚ^ | 110000111001011011000011100110101100001110010110110000111001101001011110 | c396c39ac396c39a5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)