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 | 111000001001011011100000100101101110000010010110111000001001011001000010 | e096e096e096e09642 |
EUC-JP | 燒燒燒燒B | 110111111111011011011111111101101101111111110110110111111111011001000010 | dff6dff6dff6dff642 |
UTF-8 | 燒燒燒燒B | 11100111100001111001001011100111100001111001001011100111100001111001001011100111100001111001001001000010 | e78792e78792e78792e7879242 |
UHC | 燒燒燒燒B | 111000011100000011100001110000001110000111000000111000011100000001000010 | e1c0e1c0e1c0e1c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)