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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ????ы?B | 0011111100111111001111110011111110000100100011010011111101000010 | 3f3f3f3f848d3f42 |
EUC-JP | ????ы?B | 0011111100111111001111110011111110100111111011010011111101000010 | 3f3f3f3fa7ed3f42 |
UTF-8 | 淋묓슗泥ы슊B | 111011111010011110110101111010111010110010010011111011001000101010010111111011111010011110100011110100011000101111101100100010101000101001000010 | efa7b5ebac93ec8a97efa7a3d18bec8a8a42 |
UHC | 淋묓슗泥ы슊B | 11101100111110001001000111101101100110101010011011101100101100101010110011101101100110101001101001000010 | ecf891ed9aa6ecb2aced9a9a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)