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 | í³Xií³XiB | 1110110110011000101100110101100001101001111011011001100010110011010110000110100101000010 | ed98b35869ed98b3586942 |
SJIS-WIN | ???Xi???XiB | 0011111100111111001111110101100001101001001111110011111100111111010110000110100101000010 | 3f3f3f58693f3f3f586942 |
EUC-JP | í??Xií??XiB | 100011111010101110111111001111110011111101011000011010011000111110101011101111110011111100111111010110000110100101000010 | 8fabbf3f3f58698fabbf3f3f586942 |
UTF-8 | í³Xií³XiB | 1100001110101101110000101001100011000010101100110101100001101001110000111010110111000010100110001100001010110011010110000110100101000010 | c3adc298c2b35869c3adc298c2b3586942 |
UHC | ??³Xi??³XiB | 00111111001111111010100111111000010110000110100100111111001111111010100111111000010110000110100101000010 | 3f3fa9f858693f3fa9f8586942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)