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 | 鞐オ閧イ褪 | 1110100011011110101101011110100010000010101100101110010111110010 | e8deb5e882b2e5f2 |
EUC-JP | 鞐オ閧イ褪 | 11110000111000001000111010110101111011111110001010001110101100101110101011110100 | f0e08eb5efe28eb2eaf4 |
UTF-8 | 鞐オ閧イ褪 | 111010011001111010010000111011111011110110110101111010011001011010100111111011111011110110110010111010001010010010101010 | e99e90efbdb5e996a7efbdb2e8a4aa |
UHC | ????褪 | 001111110011111100111111001111111111011111011011 | 3f3f3f3ff7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)