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 | èü´û¨c^ | 1110100011111100101101001111101110011110101010000110001101011110 | e8fcb4fb9ea8635e |
SJIS-WIN | ??´??¨c^ | 00111111001111111000000101001100001111110011111110000001010011100110001101011110 | 3f3f814c3f3f814e635e |
EUC-JP | èü´û?¨c^ | 10001111101010111011001010001111101010111110010010100001101011011000111110101011111001010011111110100001101011110110001101011110 | 8fabb28fabe4a1ad8fabe53fa1af635e |
UTF-8 | èü´û¨c^ | 1100001110101000110000111011110011000010101101001100001110111011110000101001111011000010101010000110001101011110 | c3a8c3bcc2b4c3bbc29ec2a8635e |
UHC | ??´??¨c^ | 00111111001111111010001010100101001111110011111110100001101001110110001101011110 | 3f3fa2a53f3fa1a7635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)