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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 猩錮B | 1110000011001101111001111111110001000010 | e0cde7fc42 |
EUC-JP | 猩錮B | 1110000011001111111011101111111001000010 | e0cfeefe42 |
UTF-8 | 猩錮B | 11100111100011001010100111101001100011001010111001000010 | e78ca9e98cae42 |
UHC | 猩錮B | 1110000011111010110011011101000101000010 | e0facdd142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)