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챕첫혺징 | 11101100101100011001011101010010111011001011000110010101111011001011001010101011111011011001100010111010111011001010011110010101 | ecb19752ecb195ecb2abed98baeca795 |
UHC | 챗R챕첫혺징 | 1100001110101010010100101100001110101001110000111011100111000010100111111100001010100001 | c3aa52c3a9c3b9c29fc2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)