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 | ìö¬ì±x | 11101100111101101010110011101100101100011001010101111000 | ecf6acecb19578 |
SJIS-WIN | ??¬?±?x | 001111110011111110000001110010100011111110000001011111010011111101111000 | 3f3f81ca3f817d3f78 |
EUC-JP | ìö¬ì±?x | 100011111010101111000000100011111010101111010011101000101100110010001111101010111100000010100001110111100011111101111000 | 8fabc08fabd3a2cc8fabc0a1de3f78 |
UTF-8 | ìö¬ì±x | 11000011101011001100001110110110110000101010110011000011101011001100001010110001110000101001010101111000 | c3acc3b6c2acc3acc2b1c29578 |
UHC | ????±?x | 0011111100111111001111110011111110100001101111100011111101111000 | 3f3f3f3fa1be3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)