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 | 11100110101100011001101011101011100101001001110101101000 | e6b19aeb949d68 |
SJIS-WIN | ?±????h | 0011111110000001011111010011111100111111001111110011111101101000 | 3f817d3f3f3f3f68 |
EUC-JP | æ±?ë??h | 100011111010100111000001101000011101111000111111100011111010101110110011001111110011111101101000 | 8fa9c1a1de3f8fabb33f3f68 |
UTF-8 | æ±ëh | 11000011101001101100001010110001110000101001101011000011101010111100001010010100110000101001110101101000 | c3a6c2b1c29ac3abc294c29d68 |
UHC | æ±????h | 101010011010000110100001101111100011111100111111001111110011111101101000 | a9a1a1be3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)