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 | ûÏ¿½ | 11111011110011111011111110111101 | fbcfbfbd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ûÏ¿? | 10001111101010111110010110001111101010101100000110001111101000101100010000111111 | 8fabe58faac18fa2c43f |
UTF-8 | ûÏ¿½ | 1100001110111011110000111000111111000010101111111100001010111101 | c3bbc38fc2bfc2bd |
UHC | ??¿½ | 001111110011111110100010101011111010100011110110 | 3f3fa2afa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)