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 | ???^?? | 001111110011111100111111010111100011111100111111 | 3f3f3f5e3f3f |
SJIS-WIN | 貅先亜^迪ゥ | 11100110101110101001000011100110100010001001111101011110111001111000110010101001 | e6ba90e6889f5ee78ca9 |
EUC-JP | 貅先亜^迪ゥ | 1110110010111100110000001110100010110000101000010101111011101101111011001000111010101001 | ecbcc0e8b0a15eedec8ea9 |
UTF-8 | 貅先亜^迪ゥ | 11101000101100101000010111100101100001011000100011100100101110101001110001011110111010001011111110101010111011111011110110101001 | e8b285e58588e4ba9c5ee8bfaaefbda9 |
UHC | ?先?^迪? | 0011111111100000101110110011111101011110111011101110100000111111 | 3fe0bb3f5eeee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)