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 | 11100000101001010011111111100000101001010011111101000010 | e0a53fe0a53f42 |
EUC-JP | 爭?爭?B | 11100000101001110011111111100000101001110011111101000010 | e0a73fe0a73f42 |
UTF-8 | 爭렎爭렎B | 11100111100010001010110111101011101000001000111011100111100010001010110111101011101000001000111001000010 | e788adeba08ee788adeba08e42 |
UHC | 爭렎爭렎B | 111011101011001110001110101001001110111010110011100011101010010001000010 | eeb38ea4eeb38ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)