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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | ????ъ?V | 0011111100111111001111110011111110000100100011000011111101010110 | 3f3f3f3f848c3f56 |
EUC-JP | ????ъ?V | 0011111100111111001111110011111110100111111011000011111101010110 | 3f3f3f3fa7ec3f56 |
UTF-8 | 淋묓슗泥ъ쮮V | 111011111010011110110101111010111010110010010011111011001000101010010111111011111010011110100011110100011000101011101100101011101010111001010110 | efa7b5ebac93ec8a97efa7a3d18aecaeae56 |
UHC | 淋묓슗泥ъ쮮V | 11101100111110001001000111101101100110101010011011101100101100101010110011101100101010001000101101010110 | ecf891ed9aa6ecb2aceca88b56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)