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 | ù®ü¬ | 11111001101011101111110010101100 | f9aefcac |
SJIS-WIN | ???¬ | 0011111100111111001111111000000111001010 | 3f3f3f81ca |
EUC-JP | ù®ü¬ | 1000111110101011111000111000111110100010111011101000111110101011111001001010001011001100 | 8fabe38fa2ee8fabe4a2cc |
UTF-8 | ù®ü¬ | 1100001110111001110000101010111011000011101111001100001010101100 | c3b9c2aec3bcc2ac |
UHC | ?®?? | 0011111110100010111001110011111100111111 | 3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)