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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 逋語キ呱匍闥 | 1110011110011001100011001110101010110111100110011110101110011001101100111110100010010010 | e7998ceab799eb99b3e892 |
| EUC-JP | 逋語キ呱匍闥 | 111011011111100110111000111011001000111010110111110100101110110111010010101101011110111111110010 | edf9b8ec8eb7d2edd2b5eff2 |
| UTF-8 | 逋語キ呱匍闥 | 111010011000000010001011111010001010101010011110111011111011110110110111111001011001000110110001111001011000110010001101111010011001011110100101 | e9808be8aa9eefbdb7e591b1e58c8de997a5 |
| UHC | 逋語?呱匍? | 11111000111001111110010111011110001111111100110110110010111110001101000100111111 | f8e7e5de3fcdb2f8d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)