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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 執霖・ュB | 111100001011001010001110101101111110100011000001101001011010110101000010 | f0b28eb7e8c1a5ad42 |
EUC-JP | ?執霖・ュB | 00111111101111001011100111110000110000111000111010100101100011101010110101000010 | 3fbcb9f0c38ea58ead42 |
UTF-8 | 執霖・ュB | 11101110100000011011000111100101100111111011011111101001100111001001011011101111101111011010010111101111101111011010110101000010 | ee81b1e59fb7e99c96efbda5efbdad42 |
UHC | ?執霖??B | 0011111111110010111110111101011111111101001111110011111101000010 | 3ff2fbd7fd3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)