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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 逞シ@逞シ@B | 111001111001011110111100010000001110011110010111101111000100000001000010 | e797bc40e797bc4042 |
EUC-JP | 逞シ@逞シ@B | 1110110111110111100011101011110001000000111011011111011110001110101111000100000001000010 | edf78ebc40edf78ebc4042 |
UTF-8 | 逞シ@逞シ@B | 111010011000000010011110111011111011110110111100010000001110100110000000100111101110111110111101101111000100000001000010 | e9809eefbdbc40e9809eefbdbc4042 |
UHC | 逞?@逞?@B | 110101101100000100111111010000001101011011000001001111110100000001000010 | d6c13f40d6c13f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)