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æ± | 11100110101100011001101001101000111001101011000110011010 | e6b19a68e6b19a |
SJIS-WIN | ?±?h?±? | 001111111000000101111101001111110110100000111111100000010111110100111111 | 3f817d3f683f817d3f |
EUC-JP | æ±?hæ±? | 10001111101010011100000110100001110111100011111101101000100011111010100111000001101000011101111000111111 | 8fa9c1a1de3f688fa9c1a1de3f |
UTF-8 | æ±hæ± | 11000011101001101100001010110001110000101001101001101000110000111010011011000010101100011100001010011010 | c3a6c2b1c29a68c3a6c2b1c29a |
UHC | æ±?hæ±? | 1010100110100001101000011011111000111111011010001010100110100001101000011011111000111111 | a9a1a1be3f68a9a1a1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)