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 | 蟒幗囎 | 111001011011101110011011111011001001101010010101 | e5bb9bec9a95 |
EUC-JP | 蟒幗囎 | 111010101011110111010110111011101101001111110101 | eabdd6eed3f5 |
UTF-8 | 蟒幗囎 | 111010001001111110010010111001011011100110010111111001011001101110001110 | e89f92e5b997e59b8e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)