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 | ??×?? | 0011111100111111110101110011111100111111 | 3f3fd73f3f |
SJIS-WIN | 円?×應? | 1000100101111110001111111000000101111110100111001110010000111111 | 897e3f817e9ce43f |
EUC-JP | 円?×應? | 1011000111011111001111111010000111011111110110001110011000111111 | b1df3fa1dfd8e63f |
UTF-8 | 円ㅼ×應쥷 | 1110010110000110100001101110001110000101101111001100001110010111111001101000011110001001111011001010010110110111 | e58686e385bcc397e68789eca5b7 |
UHC | 円ㅼ×應쥷 | 11100101111101111010010011101100101000011011111111101011111010111010001101000110 | e5f7a4eca1bfebeba346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)