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 | ?b?S | 00111111011000100011111101010011 | 3f623f53 |
SJIS-WIN | 痾b毬S | 111000010111110101100010100111110111101101010011 | e17d629f7b53 |
EUC-JP | 痾b毬S | 111000011101111001100010110111011101110001010011 | e1de62dddc53 |
UTF-8 | 痾b毬S | 1110011110010111101111100110001011100110101011111010110001010011 | e797be62e6afac53 |
UHC | ?b毬S | 0011111101100010110011111011001101010011 | 3f62cfb353 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)