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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 村続村足RE | 10010001101110101001000110110001100100011011101010010001101010110101001001000101 | 91ba91b191ba91ab5245 |
EUC-JP | 村続村足RE | 11000010101111001100001010110011110000101011110011000010101011010101001001000101 | c2bcc2b3c2bcc2ad5245 |
UTF-8 | 村続村足RE | 1110011010011101100100011110011110110110100110101110011010011101100100011110100010110110101100110101001001000101 | e69d91e7b69ae69d91e8b6b35245 |
UHC | 村?村足RE | 111101011011110100111111111101011011110111110000111010110101001001000101 | f5bd3ff5bdf0eb5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)