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 | í³XP^ | 111011011001100010110011010110000101000001011110 | ed98b358505e |
SJIS-WIN | ???XP^ | 001111110011111100111111010110000101000001011110 | 3f3f3f58505e |
EUC-JP | í??XP^ | 1000111110101011101111110011111100111111010110000101000001011110 | 8fabbf3f3f58505e |
UTF-8 | í³XP^ | 110000111010110111000010100110001100001010110011010110000101000001011110 | c3adc298c2b358505e |
UHC | ??³XP^ | 00111111001111111010100111111000010110000101000001011110 | 3f3fa9f858505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)