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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 剪祀o阻 | 1001100110010010111000100100101010000010100011111001000101101010 | 9992e24a828f916a |
EUC-JP | 剪祀o阻 | 1101000111110010111000111010101110100011111011111100000111001011 | d1f2e3aba3efc1cb |
UTF-8 | 剪祀o阻 | 111001011000100110101010111001111010010110000000111011111011110110001111111010011001100010111011 | e589aae7a580efbd8fe998bb |
UHC | 剪祀o阻 | 1110111011110010110111101110010110100011111011111111000011100110 | eef2dee5a3eff0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)