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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 裂髱裂髱B | 100101111111010011101001100111011001011111110100111010011001110101000010 | 97f4e99d97f4e99d42 |
EUC-JP | 裂髱裂髱B | 110011101111011011110001111111011100111011110110111100011111110101000010 | cef6f1fdcef6f1fd42 |
UTF-8 | 裂髱裂髱B | 11101000101000111000001011101001101010111011000111101000101000111000001011101001101010111011000101000010 | e8a382e9abb1e8a382e9abb142 |
UHC | 裂?裂?B | 11010110101011100011111111010110101011100011111101000010 | d6ae3fd6ae3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)