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 | 執涬鹿鳬 | 11110000101100101000111010110111111110110100000110001110101011011110100111101001 | f0b28eb7fb418eade9e9 |
EUC-JP | ?執涬鹿鳬 | 00111111101111001011100110001111110001111100111110111100101011111111001011101011 | 3fbcb98fc7cfbcaff2eb |
UTF-8 | 執涬鹿鳬 | 111011101000000110110001111001011001111110110111111001101011011010101100111010011011100110111111111010011011001110101100 | ee81b1e59fb7e6b6ace9b9bfe9b3ac |
UHC | ?執?鹿? | 00111111111100101111101100111111110101101110001100111111 | 3ff2fb3fd6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)