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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 蚓[}蚓[{^ | 111001010110110101011011011111011110010101101101010110110111101101011110 | e56d5b7de56d5b7b5e |
EUC-JP | 蚓[}蚓[{^ | 111010011100111001011011011111011110100111001110010110110111101101011110 | e9ce5b7de9ce5b7b5e |
UTF-8 | 蚓[}蚓[{^ | 1110100010011010100100110101101101111101111010001001101010010011010110110111101101011110 | e89a935b7de89a935b7b5e |
UHC | 蚓[}蚓[{^ | 111011001110001001011011011111011110110011100010010110110111101101011110 | ece25b7dece25b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)