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 | FhE¯E | 1001001001000110011010001001001001000101100100011010111101000101 | 924668924591af45 |
SJIS-WIN | ?Fh?E??E | 0011111101000110011010000011111101000101001111110011111101000101 | 3f46683f453f3f45 |
EUC-JP | ?Fh?E?¯E | 00111111010001100110100000111111010001010011111110001111101000101011010001000101 | 3f46683f453f8fa2b445 |
UTF-8 | FhE¯E | 110000101001001001000110011010001100001010010010010001011100001010010001110000101010111101000101 | c2924668c29245c291c2af45 |
UHC | ?Fh?E??E | 0011111101000110011010000011111101000101001111110011111101000101 | 3f46683f453f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)