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 | 怏??┯亦 | 1001110010001001001111110011111110000100101101101001011010010010 | 9c893f3f84b69692 |
EUC-JP | 怏??┯亦 | 1101011111101001001111110011111110101000101110001100101111110010 | d7e93f3fa8b8cbf2 |
UTF-8 | 怏셰룹┯亦 | 111001101000000010001111111011001000010110110000111010111010001110111001111000101001010010101111111001001011101010100110 | e6808fec85b0eba3b9e294afe4baa6 |
UHC | 怏셰룹┯亦 | 11100100111010001011110011001110101101111110110010100110101110001110011010110010 | e4e8bcceb7eca6b8e6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)