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 | ìö¶D | 11101100111101101011011001000100 | ecf6b644 |
SJIS-WIN | ??¶D | 0011111100111111100000011111011101000100 | 3f3f81f744 |
EUC-JP | ìö¶D | 100011111010101111000000100011111010101111010011101000101111100101000100 | 8fabc08fabd3a2f944 |
UTF-8 | ìö¶D | 11000011101011001100001110110110110000101011011001000100 | c3acc3b6c2b644 |
UHC | ??¶D | 0011111100111111101000101101001001000100 | 3f3fa2d244 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)