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 | ????w | 0011111100111111001111110011111101110111 | 3f3f3f3f77 |
SJIS-WIN | 祉?旭?w | 10001110100000110011111110001000101011100011111101110111 | 8e833f88ae3f77 |
EUC-JP | 祉?旭?w | 10111011111000110011111110110000101100000011111101110111 | bbe33fb0b03f77 |
UTF-8 | 祉렧旭렠w | 11100111101001011000100111101011101000001010011111100110100101111010110111101011101000001010000001110111 | e7a589eba0a7e697adeba0a077 |
UHC | 祉렧旭렠w | 111100101011001110001110101101101110100111101111100011101011000101110111 | f2b38eb6e9ef8eb177 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)