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 | 汐識鳬 | 11110001111110011000111010101100111100101010010110001110101011111110100111101001 | f1f98eacf2a58eafe9e9 |
EUC-JP | ?汐?識鳬 | 0011111110111100101011100011111110111100101100011111001011101011 | 3fbcae3fbcb1f2eb |
UTF-8 | 汐識鳬 | 111011101000010110110100111001101011000110010000111011101000011110011100111010001010110110011000111010011011001110101100 | ee85b4e6b190ee879ce8ad98e9b3ac |
UHC | ?汐?識? | 00111111111000001011000100111111111000111101101100111111 | 3fe0b13fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)