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 | yn}yn{^ | 10001001011110011000101010011011011011100111110110001001011110011000101010011011011011100111101101011110 | 89798a9b6e7d89798a9b6e7b5e |
SJIS-WIN | ?y??n}?y??n{^ | 00111111011110010011111100111111011011100111110100111111011110010011111100111111011011100111101101011110 | 3f793f3f6e7d3f793f3f6e7b5e |
EUC-JP | ?y??n}?y??n{^ | 00111111011110010011111100111111011011100111110100111111011110010011111100111111011011100111101101011110 | 3f793f3f6e7d3f793f3f6e7b5e |
UTF-8 | yn}yn{^ | 11000010100010010111100111000010100010101100001010011011011011100111110111000010100010010111100111000010100010101100001010011011011011100111101101011110 | c28979c28ac29b6e7dc28979c28ac29b6e7b5e |
UHC | ?y??n}?y??n{^ | 00111111011110010011111100111111011011100111110100111111011110010011111100111111011011100111101101011110 | 3f793f3f6e7d3f793f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)