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 | ûÌÄèÓñâ | 11111011110011001100010011101000110100111111000111100010 | fbccc4e8d3f1e2 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ûÌÄèÓñâ | 100011111010101111100101100011111010101011000000100011111010101010100011100011111010101110110010100011111010101011010001100011111010101111010000100011111010101110100100 | 8fabe58faac08faaa38fabb28faad18fabd08faba4 |
UTF-8 | ûÌÄèÓñâ | 1100001110111011110000111000110011000011100001001100001110101000110000111001001111000011101100011100001110100010 | c3bbc38cc384c3a8c393c3b1c3a2 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)