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 | ¾Ð¾Ð^ | 1011111011010000101111101101000001011110 | bed0bed05e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | ¾Ð¾Ð^ | 110000101011111011000011100100001100001010111110110000111001000001011110 | c2bec390c2bec3905e |
UHC | ¾Ð¾Ð^ | 101010001111101010101000101000101010100011111010101010001010001001011110 | a8faa8a2a8faa8a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)