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 | 貅仙插迪ゥ | 111001101011101010010000111001011001110110000111111001111000110010101001 | e6ba90e59d87e78ca9 |
EUC-JP | 貅仙插迪ゥ | 11101100101111001100000011100111110110011110011111101101111011001000111010101001 | ecbcc0e7d9e7edec8ea9 |
UTF-8 | 貅仙插迪ゥ | 111010001011001010000101111001001011101110011001111001101000111110010010111010001011111110101010111011111011110110101001 | e8b285e4bb99e68f92e8bfaaefbda9 |
UHC | ?仙?迪? | 00111111111000001011100100111111111011101110100000111111 | 3fe0b93feee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)