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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豸檎ゥゥ蔗 | 1110011010110110100011001110011110101001101010011110010011110010 | e6b68ce7a9a9e4f2 |
EUC-JP | 豸檎ゥゥ蔗 | 11101100101110001011100011101001100011101010100110001110101010011110100011110100 | ecb8b8e98ea98ea9e8f4 |
UTF-8 | 豸檎ゥゥ蔗 | 111010001011000110111000111001101010101010001110111011111011110110101001111011111011110110101001111010001001010010010111 | e8b1b8e6aa8eefbda9efbda9e89497 |
UHC | ?檎??蔗 | 00111111110100001101010100111111001111111110110110111101 | 3fd0d53f3fedbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)