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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 寃?嬪E | 100110111000001100111111100110110110110001000101 | 9b833f9b6c45 |
EUC-JP | 寃?嬪E | 110101011110001100111111110101011100110101000101 | d5e33fd5cd45 |
UTF-8 | 寃얘嬪E | 11100101101011111000001111101100100101101001100011100101101011001010101001000101 | e5af83ec9698e5acaa45 |
UHC | 寃얘嬪E | 11101010101100101011111011101010110111101010111001000101 | eab2beeadeae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)