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 | ¼Õ¼¯Y\ | 101111001101010110111100101011110101100101011100 | bcd5bcaf595c |
SJIS-WIN | ????Y\ | 001111110011111100111111001111110101100101011100 | 3f3f3f3f595c |
EUC-JP | ?Õ?¯Y\ | 00111111100011111010101011011000001111111000111110100010101101000101100101011100 | 3f8faad83f8fa2b4595c |
UTF-8 | ¼Õ¼¯Y\ | 11000010101111001100001110010101110000101011110011000010101011110101100101011100 | c2bcc395c2bcc2af595c |
UHC | ¼?¼?Y\ | 1010100011111001001111111010100011111001001111110101100101011100 | a8f93fa8f93f595c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)