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 | ¼×¾º | 10111100110101111011111010111010 | bcd7beba |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ?×?º | 00111111101000011101111100111111100011111010001011101011 | 3fa1df3f8fa2eb |
UTF-8 | ¼×¾º | 1100001010111100110000111001011111000010101111101100001010111010 | c2bcc397c2bec2ba |
UHC | ¼×¾º | 1010100011111001101000011011111110101000111110101010100010101100 | a8f9a1bfa8faa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)