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 | 棕???枳 | 10011110101000010011111100111111001111111001111001101011 | 9ea13f3f3f9e6b |
EUC-JP | 棕???枳 | 11011100101000110011111100111111001111111101101111001100 | dca33f3f3fdbcc |
UTF-8 | 棕비렰렢枳 | 111001101010001110010101111010111011100110000100111010111010000010110000111010111010000010100010111001101001111010110011 | e6a395ebb984eba0b0eba0a2e69eb3 |
UHC | 棕비렰렢枳 | 11110000111101111011101011110001100011101011110110001110101100111111001010101100 | f0f7baf18ebd8eb3f2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)