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 | ¼Â¾¿ | 10111100110000101011111010111111 | bcc2bebf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?Â?¿ | 0011111110001111101010101010010000111111100011111010001011000100 | 3f8faaa43f8fa2c4 |
UTF-8 | ¼Â¾¿ | 1100001010111100110000111000001011000010101111101100001010111111 | c2bcc382c2bec2bf |
UHC | ¼?¾¿ | 10101000111110010011111110101000111110101010001010101111 | a8f93fa8faa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)