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 | 11101001100110111001100111101011100011101010010101000010 | e99b99eb8ea542 |
EUC-JP | 髮呱磁B | 11110001111110111101001011101101101111001010011101000010 | f1fbd2edbca742 |
UTF-8 | 髮呱磁B | 11101001101010111010111011100101100100011011000111100111101000111000000101000010 | e9abaee591b1e7a38142 |
UHC | 髮呱磁B | 11011011101001011100110110110010111011011011100001000010 | dba5cdb2edb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)