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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竇イ雖浦 | 11100010100001011011001011100101101010111000100101011001 | e285b2e5ab8959 |
EUC-JP | 竇イ雖浦 | 1110001111100101100011101011001011101010101011011011000110111010 | e3e58eb2eaadb1ba |
UTF-8 | 竇イ雖浦 | 111001111010101110000111111011111011110110110010111010011001101110010110111001101011010110100110 | e7ab87efbdb2e99b96e6b5a6 |
UHC | 竇?雖浦 | 11010100111001000011111111100010110011001111100011011101 | d4e43fe2ccf8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)