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 | ¼Õ¼¥^[ | 101111001101010110111100101001010101111001011011 | bcd5bca55e5b |
SJIS-WIN | ???¥^[ | 00111111001111110011111110000001100011110101111001011011 | 3f3f3f818f5e5b |
EUC-JP | ?Õ??^[ | 0011111110001111101010101101100000111111001111110101111001011011 | 3f8faad83f3f5e5b |
UTF-8 | ¼Õ¼¥^[ | 11000010101111001100001110010101110000101011110011000010101001010101111001011011 | c2bcc395c2bcc2a55e5b |
UHC | ¼?¼?^[ | 1010100011111001001111111010100011111001001111110101111001011011 | a8f93fa8f93f5e5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)