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 | 11100111100010001010110111101011101000001000111111100111100010001010110111101011101000001000111101000010 | e788adeba08fe788adeba08f42 |
UHC | 爭렏爭렏B | 111011101011001110001110101001011110111010110011100011101010010101000010 | eeb38ea5eeb38ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)