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 | ç±hç± | 11100111101100011001100001101000111001111011000110011000 | e7b19868e7b198 |
SJIS-WIN | ?±?h?±? | 001111111000000101111101001111110110100000111111100000010111110100111111 | 3f817d3f683f817d3f |
EUC-JP | ç±?hç±? | 10001111101010111010111010100001110111100011111101101000100011111010101110101110101000011101111000111111 | 8fabaea1de3f688fabaea1de3f |
UTF-8 | ç±hç± | 11000011101001111100001010110001110000101001100001101000110000111010011111000010101100011100001010011000 | c3a7c2b1c29868c3a7c2b1c298 |
UHC | ?±?h?±? | 001111111010000110111110001111110110100000111111101000011011111000111111 | 3fa1be3f683fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)