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 | 敖??円? | 10011101110000100011111100111111100010010111111000111111 | 9dc23f3f897e3f |
EUC-JP | 敖??円? | 11011010110001000011111100111111101100011101111100111111 | dac43f3fb1df3f |
UTF-8 | 敖잌돭円턆 | 111001101001010110010110111011001001111010001100111010111000111110101101111001011000011010000110111011011000010010000110 | e69596ec9e8ceb8fade58686ed8486 |
UHC | 敖잌돭円턆 | 11100111111110011001111111100101100010011011000011100101111101111011011001000010 | e7f99fe589b0e5f7b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)