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 | ¼ÌûÂÙ | 10001111101111001100110011111011100011111100001011011001 | 8fbcccfb8fc2d9 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??Ìû?ÂÙ | 001111110011111110001111101010101100000010001111101010111110010100111111100011111010101010100100100011111010101011100011 | 3f3f8faac08fabe53f8faaa48faae3 |
UTF-8 | ¼ÌûÂÙ | 1100001010001111110000101011110011000011100011001100001110111011110000101000111111000011100000101100001110011001 | c28fc2bcc38cc3bbc28fc382c399 |
UHC | ?¼????? | 0011111110101000111110010011111100111111001111110011111100111111 | 3fa8f93f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)