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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 浙栞] | 1001111110110100100111100111100001011101 | 9fb49e785d |
EUC-JP | 浙栞] | 1101111010110110110110111101100101011101 | deb6dbd95d |
UTF-8 | 浙栞] | 11100110101101011001100111100110101000001001111001011101 | e6b599e6a09e5d |
UHC | 浙?] | 11101111101110100011111101011101 | efba3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)