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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀??? | 1110011110110001001111110011111100111111 | e7b13f3f3f |
EUC-JP | 邀??? | 1110111010110011001111110011111100111111 | eeb33f3f3f |
UTF-8 | 邀뤷뛽凉 | 111010011000001010000000111010111010010010110111111010111001101110111101111011111010010110111001 | e98280eba4b7eb9bbdefa5b9 |
UHC | 邀뤷뛽凉 | 1110100110101101100011111110010110001101100000111110010110111100 | e9ad8fe58d83e5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)