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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 營?±屋 | 10011010011110100011111110000001011111011000100110101110 | 9a7a3f817d89ae |
EUC-JP | 營?±屋 | 11010011110110110011111110100001110111101011001010110000 | d3db3fa1deb2b0 |
UTF-8 | 營ⓨ±屋 | 1110011110000111100111111110001010010011101010001100001010110001111001011011000110001011 | e7879fe293a8c2b1e5b18b |
UHC | 營ⓨ±屋 | 1110011110111101101010001110010110100001101111101110100010101001 | e7bda8e5a1bee8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)