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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 稔麥劍B | 10010110101010111110101001101101100110011001100001000010 | 96abea6d999842 |
EUC-JP | 稔麥劍B | 11001100101011011111001111001110110100011111100001000010 | ccadf3ced1f842 |
UTF-8 | 稔麥劍B | 11100111101010001001010011101001101110101010010111100101100010101000110101000010 | e7a894e9baa5e58a8d42 |
UHC | 稔麥劍B | 11101100111110011101100011101010110010111111110001000010 | ecf9d8eacbfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)