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 | 11100100101111101000000111100111101101001001101011100110111100101000010001000010 | e4be81e7b49ae6f28442 |
EUC-JP | 萓∫エ壽?B | 11101000110000001010001011101001100011101011010011010100111010000011111101000010 | e8c0a2e98eb4d4e83f42 |
UTF-8 | 萓∫エ壽B | 11101000100100001001001111100010100010001010101111101111101111011011010011100101101000111011110111101110100001101011101101000010 | e89093e288abefbdb4e5a3bdee86bb42 |
UHC | ?∫?壽?B | 0011111110100001111100100011111111100001111110000011111101000010 | 3fa1f23fe1f83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)