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 | 而陌?六 | 10001110101001111110100010011001001111111001100001011010 | 8ea7e8993f985a |
EUC-JP | 而陌?六 | 10111100101010011110111111111001001111111100111110111011 | bca9eff93fcfbb |
UTF-8 | 而陌렫六 | 111010001000000010001100111010011001100110001100111010111010000010101011111001011000010110101101 | e8808ce9998ceba0abe585ad |
UHC | 而陌렫六 | 1110110010111011110110001110100010001110101110011101011110111111 | ecbbd8e88eb9d7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)