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 | ?R???? | 001111110101001000111111001111110011111100111111 | 3f523f3f3f3f |
SJIS-WIN | ?R???? | 001111110101001000111111001111110011111100111111 | 3f523f3f3f3f |
EUC-JP | ?R???? | 001111110101001000111111001111110011111100111111 | 3f523f3f3f3f |
UTF-8 | 챗R혳쩔혺횖 | 11101100101100011001011101010010111011011001100010110011111011001010100110010100111011011001100010111010111011011001101010010110 | ecb19752ed98b3eca994ed98baed9a96 |
UHC | 챗R혳쩔혺횖 | 1100001110101010010100101100001010011010110000101011111111000010100111111100001110010000 | c3aa52c29ac2bfc29fc390 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)