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 | 縡?而弄? | 1110001101110001001111111000111010100111100110000100110100111111 | e3713f8ea7984d3f |
EUC-JP | 縡?而弄? | 1110010111010010001111111011110010101001110011111010111000111111 | e5d23fbca9cfae3f |
UTF-8 | 縡렕而弄뤧 | 111001111011100010100001111010111010000010010101111010001000000010001100111001011011110010000100111010111010010010100111 | e7b8a1eba095e8808ce5bc84eba4a7 |
UHC | 縡렕而弄뤧 | 11101110101011011000111010101010111011001011101111010110111001111000111111010101 | eead8eaaecbbd6e78fd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)