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 | 襷蛾Р^ | 11100110010001101000100111101001100001000101000101011110 | e64689e984515e |
EUC-JP | 襷蛾Р^ | 11101011101001111011001011101011101001111011001001011110 | eba7b2eba7b25e |
UTF-8 | 襷蛾Р^ | 111010001010010110110111111010001001101110111110110100001010000001011110 | e8a5b7e89bbed0a05e |
UHC | ?蛾Р^ | 001111111110010010110110101011001011001001011110 | 3fe4b6acb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)