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 | 種?支?柚 | 1000111011101101001111111000111001111000001111111001011101001101 | 8eed3f8e783f974d |
EUC-JP | 種?支?柚 | 1011110011101111001111111011101111011001001111111100110110101110 | bcef3fbbd93fcdae |
UTF-8 | 種렧支렣柚 | 111001111010100010101110111010111010000010100111111001101001010010101111111010111010000010100011111001101001111110011010 | e7a8aeeba0a7e694afeba0a3e69f9a |
UHC | 種렧支렣柚 | 11110000111110101000111010110110111100101010100010001110101101001110101011110110 | f0fa8eb6f2a88eb4eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)