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 | 111000001001011010010000101011111110000010010110100100001010111101000010 | e09690afe09690af42 |
EUC-JP | 燒星燒星B | 110111111111011011000000101100011101111111110110110000001011000101000010 | dff6c0b1dff6c0b142 |
UTF-8 | 燒星燒星B | 11100111100001111001001011100110100110001001111111100111100001111001001011100110100110001001111101000010 | e78792e6989fe78792e6989f42 |
UHC | 燒星燒星B | 111000011100000011100000111110001110000111000000111000001111100001000010 | e1c0e0f8e1c0e0f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)