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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ツ邇ョ宍] | 111100011110000011000010111001111000111010101110100011101011001101011101 | f1e0c2e78eae8eb35d |
EUC-JP | ?ツ邇ョ宍] | 00111111100011101100001011101101111011101000111010101110101111001011010101011101 | 3f8ec2edee8eaebcb55d |
UTF-8 | ツ邇ョ宍] | 11101110100001011001101111101111101111101000001011101001100000101000011111101111101111011010111011100101101011101000110101011101 | ee859befbe82e98287efbdaee5ae8d5d |
UHC | ??邇??] | 00111111001111111110110011000100001111110011111101011101 | 3f3fecc43f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)