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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??諺莎唯^ | 001111110011111110001100101111111110010010110011100101110100001001011110 | 3f3f8cbfe4b397425e |
EUC-JP | ??諺莎唯^ | 001111110011111110111000110000011110100010110101110011011010001101011110 | 3f3fb8c1e8b5cda35e |
UTF-8 | 롛뤾諺莎唯^ | 11101011101000011001101111101011101001001011111011101000101010111011101011101000100011101000111011100101100101001010111101011110 | eba19beba4bee8abbae88e8ee594af5e |
UHC | 롛뤾諺莎唯^ | 1000111011011111100011111110101011100101111011001101111011101101111010101110011001011110 | 8edf8feae5ecdeedeae65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)