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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 旌旌[旌旌[^ | 1001110111010101100111011101010101011011100111011101010110011101110101010101101101011110 | 9dd59dd55b9dd59dd55b5e |
EUC-JP | 旌旌[旌旌[^ | 1101101011010111110110101101011101011011110110101101011111011010110101110101101101011110 | dad7dad75bdad7dad75b5e |
UTF-8 | 旌旌[旌旌[^ | 111001101001011110001100111001101001011110001100010110111110011010010111100011001110011010010111100011000101101101011110 | e6978ce6978c5be6978ce6978c5b5e |
UHC | 旌旌[旌旌[^ | 1110111111011011111011111101101101011011111011111101101111101111110110110101101101011110 | efdbefdb5befdbefdb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)