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 | 劑?煜?? | 10011001100111010011111111111011010101010011111100111111 | 999d3ffb553f3f |
EUC-JP | 劑?煜?莘 | 11010001111111010011111110001111110010011111110000111111100011111101100010101011 | d1fd3f8fc9fc3f8fd8ab |
UTF-8 | 劑렓煜쇘莘 | 111001011000101010010001111010111010000010010011111001111000010110011100111011001000011110011000111010001000111010011000 | e58a91eba093e7859cec8798e88e98 |
UHC | 劑렓煜쇘莘 | 11110000101001011000111010101000111010011111001010111100111001111110001111101110 | f0a58ea8e9f2bce7e3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)