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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蘯躙渫 | 111000011011101011100111010101111001111111010110 | e1bae7579fd6 |
EUC-JP | 蘯躙渫 | 111000101011110011101101101110001101111011011000 | e2bcedb8ded8 |
UTF-8 | 蘯躙渫 | 111010001001100010101111111010001011101010011001111001101011100010101011 | e898afe8ba99e6b8ab |
UHC | ??渫 | 00111111001111111110000011011110 | 3f3fe0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)