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 | 沚遯擘?? | 1001111110001101111001111010101010011101101001000011111100111111 | 9f8de7aa9da43f3f |
EUC-JP | 沚遯擘?? | 1101110111101101111011101010110011011010101001100011111100111111 | ddedeeacdaa63f3f |
UTF-8 | 沚遯擘뤉톻 | 111001101011001010011010111010011000000110101111111001101001001110011000111010111010010010001001111011011000011010111011 | e6b29ae981afe69398eba489ed86bb |
UHC | 沚遯擘뤉톻 | 11110010101011111101010011101110110110111111101110001111101110011011011110001110 | f2afd4eedbfb8fb9b78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)