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 | 紗赦] | 1000111011010001100011101100110101011101 | 8ed18ecd5d |
EUC-JP | 紗赦] | 1011110011010011101111001100111101011101 | bcd3bccf5d |
UTF-8 | 紗赦] | 11100111101101001001011111101000101101011010011001011101 | e7b497e8b5a65d |
UHC | 紗赦] | 1101111011101001110111101111010101011101 | dee9def55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)