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 | öãw}öãw{^ | 111101101110001101110111011111011111011011100011011101110111101101011110 | f6e3777df6e3777b5e |
SJIS-WIN | ??w}??w{^ | 001111110011111101110111011111010011111100111111011101110111101101011110 | 3f3f777d3f3f777b5e |
EUC-JP | öãw}öãw{^ | 1000111110101011110100111000111110101011101010100111011101111101100011111010101111010011100011111010101110101010011101110111101101011110 | 8fabd38fabaa777d8fabd38fabaa777b5e |
UTF-8 | öãw}öãw{^ | 11000011101101101100001110100011011101110111110111000011101101101100001110100011011101110111101101011110 | c3b6c3a3777dc3b6c3a3777b5e |
UHC | ??w}??w{^ | 001111110011111101110111011111010011111100111111011101110111101101011110 | 3f3f777d3f3f777b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)