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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雕晁協髻サB | 11101000101110001001110111101000100010111010011011101001100111111011101101000010 | e8b89de88ba6e99fbb42 |
EUC-JP | 雕晁協髻サB | 1111000010111010110110101110101010110110101010001111001010100001100011101011101101000010 | f0badaeab6a8f2a18ebb42 |
UTF-8 | 雕晁協髻サB | 11101001100110111001010111100110100110011000000111100101100011011001010011101001101010111011101111101111101111011011101101000010 | e99b95e69981e58d94e9abbbefbdbb42 |
UHC | 雕晁協??B | 111100001110011111110000110001011111101011110000001111110011111101000010 | f0e7f0c5faf03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)