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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 筰羲^ | 1110001010101001111000111011101001011110 | e2a9e3ba5e |
EUC-JP | 筰羲^ | 1110010010101011111001101011110001011110 | e4abe6bc5e |
UTF-8 | 筰羲^ | 11100111101011011011000011100111101111101011001001011110 | e7adb0e7beb25e |
UHC | ?羲^ | 00111111111111011111110101011110 | 3ffdfd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)