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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 邁皮汞B | 11100111101100001001010011100111100111111000011101000010 | e7b094e79f8742 |
EUC-JP | 邁皮汞B | 11101110101100101100100011101001110111011110011101000010 | eeb2c8e9dde742 |
UTF-8 | 邁皮汞B | 11101001100000101000000111100111100110101010111011100110101100011001111001000010 | e98281e79aaee6b19e42 |
UHC | 邁皮汞B | 11011000111001001111100110101011111110111111000101000010 | d8e4f9abfbf142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)