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 | 佯??櫻? | 10011000110100010011111100111111100111110100111000111111 | 98d13f3f9f4e3f |
EUC-JP | 佯??櫻? | 11010000110100110011111100111111110111011010111100111111 | d0d33f3fddaf3f |
UTF-8 | 佯얄닞櫻퐹 | 111001001011110110101111111011001001011010000100111010111000101110011110111001101010101110111011111011011001000010111001 | e4bdafec9684eb8b9ee6abbbed90b9 |
UHC | 佯얄닞櫻퐹 | 11100101101110101011111011100010100010001001111011100101101000011011111001000010 | e5babee2889ee5a1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)