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?b?? | 001111110101001000111111011000100011111100111111 | 3f523f623f3f |
SJIS-WIN | ?R?b?? | 001111110101001000111111011000100011111100111111 | 3f523f623f3f |
EUC-JP | ?R?b?? | 001111110101001000111111011000100011111100111111 | 3f523f623f3f |
UTF-8 | 챗R챌b혺횖 | 1110110010110001100101110101001011101100101100011000110001100010111011011001100010111010111011011001101010010110 | ecb19752ecb18c62ed98baed9a96 |
UHC | 챗R챌b혺횖 | 11000011101010100101001011000011101001110110001011000010100111111100001110010000 | c3aa52c3a762c29fc390 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)