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ç± | 11100111101100011001011001101000111001111011000110010110 | e7b19668e7b196 |
SJIS-WIN | ?±?h?±? | 001111111000000101111101001111110110100000111111100000010111110100111111 | 3f817d3f683f817d3f |
EUC-JP | ç±?hç±? | 10001111101010111010111010100001110111100011111101101000100011111010101110101110101000011101111000111111 | 8fabaea1de3f688fabaea1de3f |
UTF-8 | ç±hç± | 11000011101001111100001010110001110000101001011001101000110000111010011111000010101100011100001010010110 | c3a7c2b1c29668c3a7c2b1c296 |
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)