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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 冓羇鏈冓羇鏈B | 10011001011010011110001110110010111010000101100110011001011010011110001110110010111010000101100101000010 | 9969e3b2e8599969e3b2e85942 |
EUC-JP | 冓羇鏈冓羇鏈B | 11010001110010101110011010110100111011111011101011010001110010101110011010110100111011111011101001000010 | d1cae6b4efbad1cae6b4efba42 |
UTF-8 | 冓羇鏈冓羇鏈B | 11100101100001101001001111100111101111101000011111101001100011111000100011100101100001101001001111100111101111101000011111101001100011111000100001000010 | e58693e7be87e98f88e58693e7be87e98f8842 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)