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 | èмݼ | 1110100011010000101111001101110110111100 | e8d0bcddbc |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | è??Ý? | 100011111010101110110010001111110011111110001111101010101111001000111111 | 8fabb23f3f8faaf23f |
UTF-8 | èмݼ | 11000011101010001100001110010000110000101011110011000011100111011100001010111100 | c3a8c390c2bcc39dc2bc |
UHC | ?м?¼ | 0011111110101000101000101010100011111001001111111010100011111001 | 3fa8a2a8f93fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)