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 | @eE¯@eE | 100100100100000001100101100100100100010110010001101011111001001001000000011001011001001001000101 | 924065924591af9240659245 |
SJIS-WIN | ?@e?E???@e?E | 001111110100000001100101001111110100010100111111001111110011111101000000011001010011111101000101 | 3f40653f453f3f3f40653f45 |
EUC-JP | ?@e?E?¯?@e?E | 0011111101000000011001010011111101000101001111111000111110100010101101000011111101000000011001010011111101000101 | 3f40653f453f8fa2b43f40653f45 |
UTF-8 | @eE¯@eE | 110000101001001001000000011001011100001010010010010001011100001010010001110000101010111111000010100100100100000001100101110000101001001001000101 | c2924065c29245c291c2afc2924065c29245 |
UHC | ?@e?E???@e?E | 001111110100000001100101001111110100010100111111001111110011111101000000011001010011111101000101 | 3f40653f453f3f3f40653f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)