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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 艪鱗h | 1110010010000010100101111101100001101000 | e48297d868 |
EUC-JP | 艪鱗h | 1110011111100010110011101101101001101000 | e7e2ceda68 |
UTF-8 | 艪鱗h | 11101000100010011010101011101001101100011001011101101000 | e889aae9b19768 |
UHC | ?鱗h | 00111111110101111111011101101000 | 3fd7f768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)