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 | 枝詐??沚 | 1000111001111101100011011011110000111111001111111001111110001101 | 8e7d8dbc3f3f9f8d |
EUC-JP | 枝詐??沚 | 1011101111011110101110101011111000111111001111111101110111101101 | bbdebabe3f3fdded |
UTF-8 | 枝詐렰렔沚 | 111001101001111010011101111010001010100110010000111010111010000010110000111010111010000010010100111001101011001010011010 | e69e9de8a990eba0b0eba094e6b29a |
UHC | 枝詐렰렔沚 | 11110010101010111101111011110001100011101011110110001110101010011111001010101111 | f2abdef18ebd8ea9f2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)