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ã}BI^ | 100100110100001011100011011111011001001101000010100100100100100101011110 | 9342e37d934292495e |
SJIS-WIN | ?B?}?B?I^ | 001111110100001000111111011111010011111101000010001111110100100101011110 | 3f423f7d3f423f495e |
EUC-JP | ?Bã}?B?I^ | 0011111101000010100011111010101110101010011111010011111101000010001111110100100101011110 | 3f428fabaa7d3f423f495e |
UTF-8 | Bã}BI^ | 11000010100100110100001011000011101000110111110111000010100100110100001011000010100100100100100101011110 | c29342c3a37dc29342c292495e |
UHC | ?B?}?B?I^ | 001111110100001000111111011111010011111101000010001111110100100101011110 | 3f423f7d3f423f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)