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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 漏漏] | 1001100001010010100110000101001001011101 | 985298525d |
EUC-JP | 漏漏] | 1100111110110011110011111011001101011101 | cfb3cfb35d |
UTF-8 | 漏漏] | 11100110101111001000111111100110101111001000111101011101 | e6bc8fe6bc8f5d |
UHC | 漏漏] | 1101011110101001110101111010100101011101 | d7a9d7a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)