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 | 銷幎泯 | 111001111111011110011011111010111001111110100001 | e7f79beb9fa1 |
EUC-JP | 銷幎泯 | 111011101111100111010110111011011101111010100011 | eef9d6eddea3 |
UTF-8 | 銷幎泯 | 111010011000101010110111111001011011100110001110111001101011001110101111 | e98ab7e5b98ee6b3af |
UHC | 銷?泯 | 1110000111010001001111111101101011000110 | e1d13fdac6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)