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 | ¼Ï¼ÝèÄo | 10111100110011111011110011011101111010001100010001101111 | bccfbcdde8c46f |
SJIS-WIN | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
EUC-JP | ?Ï?ÝèÄo | 001111111000111110101010110000010011111110001111101010101111001010001111101010111011001010001111101010101010001101101111 | 3f8faac13f8faaf28fabb28faaa36f |
UTF-8 | ¼Ï¼ÝèÄo | 11000010101111001100001110001111110000101011110011000011100111011100001110101000110000111000010001101111 | c2bcc38fc2bcc39dc3a8c3846f |
UHC | ¼?¼???o | 101010001111100100111111101010001111100100111111001111110011111101101111 | a8f93fa8f93f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)