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 | @eAq@e | 100100100100000001100101100100100100000101110001100100100100000001100101 | 924065924171924065 |
SJIS-WIN | ?@e?Aq?@e | 001111110100000001100101001111110100000101110001001111110100000001100101 | 3f40653f41713f4065 |
EUC-JP | ?@e?Aq?@e | 001111110100000001100101001111110100000101110001001111110100000001100101 | 3f40653f41713f4065 |
UTF-8 | @eAq@e | 110000101001001001000000011001011100001010010010010000010111000111000010100100100100000001100101 | c2924065c2924171c2924065 |
UHC | ?@e?Aq?@e | 001111110100000001100101001111110100000101110001001111110100000001100101 | 3f40653f41713f4065 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)