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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞐慕ーソ蒻 | 1110100011011110100101011110011110110000101111111110010011101000 | e8de95e7b0bfe4e8 |
EUC-JP | 鞐慕ーソ蒻 | 11110000111000001100101011101001100011101011000010001110101111111110100011101010 | f0e0cae98eb08ebfe8ea |
UTF-8 | 鞐慕ーソ蒻 | 111010011001111010010000111001101000010110010101111011111011110110110000111011111011110110111111111010001001001010111011 | e99e90e68595efbdb0efbdbfe892bb |
UHC | ?慕??蒻 | 00111111110110011011011100111111001111111110010110110110 | 3fd9b73f3fe5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)