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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 蟇ヲ~ | 11100101101011111010011001111110 | e5afa67e |
EUC-JP | 蟇ヲ~ | 1110101010110001100011101010011001111110 | eab18ea67e |
UTF-8 | 蟇ヲ~ | 11101000100111111000011111101111101111011010011001111110 | e89f87efbda67e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)