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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | 貎∫ゥ「@ | 11100110101111011000000111100111101010011010001001000000 | e6bd81e7a9a240 |
EUC-JP | 貎∫ゥ「@ | 111011001011111110100010111010011000111010101001100011101010001001000000 | ecbfa2e98ea98ea240 |
UTF-8 | 貎∫ゥ「@ | 11101000101100101000111011100010100010001010101111101111101111011010100111101111101111011010001001000000 | e8b28ee288abefbda9efbda240 |
UHC | ?∫??@ | 001111111010000111110010001111110011111101000000 | 3fa1f23f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)