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 | ÖÛÍ« | 11010110110110111100110110101011 | d6dbcdab |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÖÛÍ? | 10001111101010101101001110001111101010101110010110001111101010101011111100111111 | 8faad38faae58faabf3f |
UTF-8 | ÖÛÍ« | 1100001110010110110000111001101111000011100011011100001010101011 | c396c39bc38dc2ab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)