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 | 逋底ウキ繞 | 1110011110011001100100101110101010110011101101111110001110000101 | e79992eab3b7e385 |
EUC-JP | 逋底ウキ繞 | 11101101111110011100010011101100100011101011001110001110101101111110010111100101 | edf9c4ec8eb38eb7e5e5 |
UTF-8 | 逋底ウキ繞 | 111010011000000010001011111001011011101010010101111011111011110110110011111011111011110110110111111001111011100110011110 | e9808be5ba95efbdb3efbdb7e7b99e |
UHC | 逋底??繞 | 1111100011100111111011101011110000111111001111111110100110100100 | f8e7eebc3f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)