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 | ??夭?? | 001111110011111110011010111011100011111100111111 | 3f3f9aee3f3f |
EUC-JP | ??夭?? | 001111110011111111010100111100000011111100111111 | 3f3fd4f03f3f |
UTF-8 | 뤉롸夭퓥쫕 | 111010111010010010001001111010111010000110111000111001011010010010101101111011011001001110100101111011001010101110010101 | eba489eba1b8e5a4aded93a5ecab95 |
UHC | 뤉롸夭퓥쫕 | 10001111101110011011011111010110111010001110110010111111100011101010011001101011 | 8fb9b7d6e8ecbf8ea66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)