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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?渲?渲^ | 001111111000111111000111111011000011111110001111110001111110110001011110 | 3f8fc7ec3f8fc7ec5e |
UTF-8 | 诲渲诲渲^ | 11101000101011111011001011100110101110001011001011101000101011111011001011100110101110001011001001011110 | e8afb2e6b8b2e8afb2e6b8b25e |
UHC | ?渲?渲^ | 00111111111000001100001000111111111000001100001001011110 | 3fe0c23fe0c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)