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 | 才?鷹?佚 | 1000110111001011001111111001000111101001001111111001100011000011 | 8dcb3f91e93f98c3 |
EUC-JP | 才?鷹?佚 | 1011101011001101001111111100001011101011001111111101000011000101 | bacd3fc2eb3fd0c5 |
UTF-8 | 才렱鷹렓佚 | 111001101000100110001101111010111010000010110001111010011011011110111001111010111010000010010011111001001011110110011010 | e6898deba0b1e9b7b9eba093e4bd9a |
UHC | 才렱鷹렓佚 | 11101110101001101000111010111110111010111110110110001110101010001110110011101010 | eea68ebeebed8ea8ecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)