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 | 笆イ窶錬 | 11100010100101101011001011100010100000001001100001000010 | e296b2e2809842 |
EUC-JP | 笆イ窶錬 | 1110001111110110100011101011001011100011111000001100111110100011 | e3f68eb2e3e0cfa3 |
UTF-8 | 笆イ窶錬 | 111001111010110010000110111011111011110110110010111001111010101010110110111010011000110010101100 | e7ac86efbdb2e7aab6e98cac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)