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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 縡?而弄??B | 11100011011100010011111110001110101001111001100001001101001111110011111101000010 | e3713f8ea7984d3f3f42 |
EUC-JP | 縡?而弄??B | 11100101110100100011111110111100101010011100111110101110001111110011111101000010 | e5d23fbca9cfae3f3f42 |
UTF-8 | 縡렕而弄롛렞B | 11100111101110001010000111101011101000001001010111101000100000001000110011100101101111001000010011101011101000011001101111101011101000001001111001000010 | e7b8a1eba095e8808ce5bc84eba19beba09e42 |
UHC | 縡렕而弄롛렞B | 11101110101011011000111010101010111011001011101111010110111001111000111011011111100011101010111101000010 | eead8eaaecbbd6e78edf8eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)