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 | 11100101101001001001010111101001100110011011010101000101 | e5a495e999b545 |
EUC-JP | 螟暮匏E | 11101010101001101100101011101011110100101011011101000101 | eaa6caebd2b745 |
UTF-8 | 螟暮匏E | 11101000100111101001111111100110100110101010111011100101100011001000111101000101 | e89e9fe69aaee58c8f45 |
UHC | 螟暮匏E | 11011001101011011101100110111010111110001101001001000101 | d9add9baf8d245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)