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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?щ?耶 | 001111111000010010001011001111111001011011101011 | 3f848b3f96eb |
EUC-JP | ?щĸ耶 | 0011111110100111111010111000111110101001110001111100110011101101 | 3fa7eb8fa9c7cced |
UTF-8 | 寧щĸ耶 | 11101111101001101010101011010001100010011100010010111000111010001000000010110110 | efa6aad189c4b8e880b6 |
UHC | 寧щĸ耶 | 1110011110101100101011001110101110101001101001111110010110101101 | e7acaceba9a7e5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)