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 | 蓼エム逸娃 | 1110010011111000101101001101000110001000111011011000100010100001 | e4f8b4d188ed88a1 |
EUC-JP | 蓼エム逸娃 | 11101000111110101000111010110100100011101101000110110000111011111011000010100011 | e8fa8eb48ed1b0efb0a3 |
UTF-8 | 蓼エム逸娃 | 111010001001001110111100111011111011110110110100111011111011111010010001111010011000000010111000111001011010100010000011 | e893bcefbdb4efbe91e980b8e5a883 |
UHC | 蓼??逸娃 | 1101011011111110001111110011111111101100111011111110100011011111 | d6fe3f3fecefe8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)