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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ヤチ醋B | 1101010011000001111001111100101001000010 | d4c1e7ca42 |
EUC-JP | ヤチ醋B | 10001110110101001000111011000001111011101100110001000010 | 8ed48ec1eecc42 |
UTF-8 | ヤチ醋B | 11101111101111101001010011101111101111101000000111101001100001101000101101000010 | efbe94efbe81e9868b42 |
UHC | ??醋B | 0011111100111111111101011011001101000010 | 3f3ff5b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)