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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 螟蛾Р^ | 11100101101001001000100111101001100001000101000101011110 | e5a489e984515e |
EUC-JP | 螟蛾Р^ | 11101010101001101011001011101011101001111011001001011110 | eaa6b2eba7b25e |
UTF-8 | 螟蛾Р^ | 111010001001111010011111111010001001101110111110110100001010000001011110 | e89e9fe89bbed0a05e |
UHC | 螟蛾Р^ | 11011001101011011110010010110110101011001011001001011110 | d9ade4b6acb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)