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 | @eHM@eAq | 10010010010000000110010110010010010010001001001001001101100100100100000001100101100100100100000101110001 | 9240659248924d924065924171 |
SJIS-WIN | ?@e?H?M?@e?Aq | 00111111010000000110010100111111010010000011111101001101001111110100000001100101001111110100000101110001 | 3f40653f483f4d3f40653f4171 |
EUC-JP | ?@e?H?M?@e?Aq | 00111111010000000110010100111111010010000011111101001101001111110100000001100101001111110100000101110001 | 3f40653f483f4d3f40653f4171 |
UTF-8 | @eHM@eAq | 110000101001001001000000011001011100001010010010010010001100001010010010010011011100001010010010010000000110010111000010100100100100000101110001 | c2924065c29248c2924dc2924065c2924171 |
UHC | ?@e?H?M?@e?Aq | 00111111010000000110010100111111010010000011111101001101001111110100000001100101001111110100000101110001 | 3f40653f483f4d3f40653f4171 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)