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 | ù®úAB | 1111100110101110111110100100000101000010 | f9aefa4142 |
SJIS-WIN | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
EUC-JP | ù®úAB | 1000111110101011111000111000111110100010111011101000111110101011111000100100000101000010 | 8fabe38fa2ee8fabe24142 |
UTF-8 | ù®úAB | 1100001110111001110000101010111011000011101110100100000101000010 | c3b9c2aec3ba4142 |
UHC | ?®?AB | 001111111010001011100111001111110100000101000010 | 3fa2e73f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)