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 | ???uB | 0011111100111111001111110111010101000010 | 3f3f3f7542 |
SJIS-WIN | 巐わ乂uB | 1111101010110110100000101110110110011000101001110111010101000010 | fab682ed98a77542 |
EUC-JP | 巐わ乂uB | 100011111011101111111001101001001110111111010000101010010111010101000010 | 8fbbf9a4efd0a97542 |
UTF-8 | 巐わ乂uB | 1110010110110111100100001110001110000010100011111110010010111001100000100111010101000010 | e5b790e3828fe4b9827542 |
UHC | ?わ乂uB | 00111111101010101110111111100111110100010111010101000010 | 3faaefe7d17542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)