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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 湜幟逢F | 11111011010001111001101111101110100010001010011101000110 | fb479bee88a746 |
EUC-JP | 湜幟逢F | 1000111111000111111111001101011011110000101100001010100101000110 | 8fc7fcd6f0b0a946 |
UTF-8 | 湜幟逢F | 11100110101110011001110011100101101110011001111111101001100000001010001001000110 | e6b99ce5b99fe980a246 |
UHC | 湜幟逢F | 11100011110101111111011010111010110111001111000101000110 | e3d7f6badcf146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)