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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 歪?ⅱ屋 | 10011000011000110011111111111010010000011000100110101110 | 98633ffa4189ae |
EUC-JP | 歪??屋 | 110011111100010000111111001111111011001010110000 | cfc43f3fb2b0 |
UTF-8 | 歪곫ⅱ屋 | 111001101010110110101010111010101011001110101011111000101000010110110001111001011011000110001011 | e6adaaeab3abe285b1e5b18b |
UHC | 歪곫ⅱ屋 | 1110100011100000100000011110011010100101101000101110100010101001 | e8e081e6a5a2e8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)