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 | 1101010110111000111001111100101001000010 | d5b8e7ca42 |
EUC-JP | ユク醋B | 10001110110101011000111010111000111011101100110001000010 | 8ed58eb8eecc42 |
UTF-8 | ユク醋B | 11101111101111101001010111101111101111011011100011101001100001101000101101000010 | efbe95efbdb8e9868b42 |
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)