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 | @t}@t{^ | 100100100100000001110100011111011001001001000000011101000111101101011110 | 9240747d9240747b5e |
SJIS-WIN | ?@t}?@t{^ | 001111110100000001110100011111010011111101000000011101000111101101011110 | 3f40747d3f40747b5e |
EUC-JP | ?@t}?@t{^ | 001111110100000001110100011111010011111101000000011101000111101101011110 | 3f40747d3f40747b5e |
UTF-8 | @t}@t{^ | 1100001010010010010000000111010001111101110000101001001001000000011101000111101101011110 | c29240747dc29240747b5e |
UHC | ?@t}?@t{^ | 001111110100000001110100011111010011111101000000011101000111101101011110 | 3f40747d3f40747b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)