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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驍貝驍貝^ | 111010011000001010001010010011001110100110000010100010100100110001011110 | e9828a4ce9828a4c5e |
EUC-JP | 驍貝驍貝^ | 111100011110001010110011101011011111000111100010101100111010110101011110 | f1e2b3adf1e2b3ad5e |
UTF-8 | 驍貝驍貝^ | 11101001101010011000110111101000101100101001110111101001101010011000110111101000101100101001110101011110 | e9a98de8b29de9a98de8b29d5e |
UHC | 驍貝驍貝^ | 111111011010010011111000101011111111110110100100111110001010111101011110 | fda4f8affda4f8af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)