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 | ¸þÀè | 1000111110111000111111101100000011101000 | 8fb8fec0e8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?¸þÀè | 00111111100011111010001010110001100011111010100111010000100011111010101010100010100011111010101110110010 | 3f8fa2b18fa9d08faaa28fabb2 |
UTF-8 | ¸þÀè | 11000010100011111100001010111000110000111011111011000011100000001100001110101000 | c28fc2b8c3bec380c3a8 |
UHC | ?¸þ?? | 00111111101000101010110010101001101011010011111100111111 | 3fa2aca9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)