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 | û̾éÝú^ | 11111011110011001011111011101001110111011111101001011110 | fbccbee9ddfa5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ûÌ?éÝú^ | 1000111110101011111001011000111110101010110000000011111110001111101010111011000110001111101010101111001010001111101010111110001001011110 | 8fabe58faac03f8fabb18faaf28fabe25e |
UTF-8 | û̾éÝú^ | 11000011101110111100001110001100110000101011111011000011101010011100001110011101110000111011101001011110 | c3bbc38cc2bec3a9c39dc3ba5e |
UHC | ??¾???^ | 0011111100111111101010001111101000111111001111110011111101011110 | 3f3fa8fa3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)