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 | 溽笳 | 111001101011101010111101111001111010110010110011 | e6babde7acb3 |
SJIS-WIN | ????¬? | 00111111001111110011111100111111100000011100101000111111 | 3f3f3f3f81ca3f |
EUC-JP | �� | 10001111101010011100000110001111101000101110101100111111100011111010101110101110101000101100110000111111 | 8fa9c18fa2eb3f8fabaea2cc3f |
UTF-8 | 溽笳 | 110000111010011011000010101110101100001010111101110000111010011111000010101011001100001010110011 | c3a6c2bac2bdc3a7c2acc2b3 |
UHC | 溽??³ | 10101001101000011010100010101100101010001111011000111111001111111010100111111000 | a9a1a8aca8f63f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)