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 | 銹徒銹馴 | 1110011111110110100100110110101111100111111101101001001111101001 | e7f6936be7f693e9 |
EUC-JP | 銹徒銹馴 | 1110111011111000110001011100110011101110111110001100011011101011 | eef8c5cceef8c6eb |
UTF-8 | 銹徒銹馴 | 111010011000101010111001111001011011111010010010111010011000101010111001111010011010011010110100 | e98ab9e5be92e98ab9e9a6b4 |
UHC | 銹徒銹馴 | 1110001011001000110100111111100111100010110010001110001011111000 | e2c8d3f9e2c8e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)