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 | 10011001010001011110010111110101100010001100010101000010 | 9945e5f588c542 |
EUC-JP | 僞襄闇B | 11010001101001101110101011110111101100001100011101000010 | d1a6eaf7b0c742 |
UTF-8 | 僞襄闇B | 11100101100000111001111011101000101001011000010011101001100101111000011101000010 | e5839ee8a584e9978742 |
UHC | 僞襄闇B | 11101010110010101110010111010001111001001110000101000010 | eacae5d1e4e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)