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 | ???^? | 0011111100111111001111110101111000111111 | 3f3f3f5e3f |
SJIS-WIN | 巐わ亢^巐 | 111110101011011010000010111011011001100010110100010111101111101010110110 | fab682ed98b45efab6 |
EUC-JP | 巐わ亢^巐 | 1000111110111011111110011010010011101111110100001011011001011110100011111011101111111001 | 8fbbf9a4efd0b65e8fbbf9 |
UTF-8 | 巐わ亢^巐 | 11100101101101111001000011100011100000101000111111100100101110101010001001011110111001011011011110010000 | e5b790e3828fe4baa25ee5b790 |
UHC | ?わ亢^? | 00111111101010101110111111111001111100010101111000111111 | 3faaeff9f15e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)