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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??昱??B | 00111111001111111111101001100011001111110011111101000010 | 3f3ffa633f3f42 |
EUC-JP | ??昱泮?B | 00111111001111111000111111000010101011011000111111000111101010000011111101000010 | 3f3f8fc2ad8fc7a83f42 |
UTF-8 | 綎렲昱泮㎩B | 11100111101101101000111011101011101000001011001011100110100110001011000111100110101100111010111011100011100011101010100101000010 | e7b68eeba0b2e698b1e6b3aee38ea942 |
UHC | 綎렲昱泮㎩B | 1110111111110010100011101011111111101001111100001101101011101010101001111110010101000010 | eff28ebfe9f0daeaa7e542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)