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 | ??????} | 00111111001111110011111100111111001111110011111101111101 | 3f3f3f3f3f3f7d |
SJIS-WIN | 鴫紗エ愷ォ} | 1111000011111001100011101011000010001110110100011011010011111010110001001010101101111101 | f0f98eb08ed1b4fac4ab7d |
EUC-JP | ?鴫紗エ愷ォ} | 00111111101111001011001010111100110100111000111010110100100011111011111011001101100011101010101101111101 | 3fbcb2bcd38eb48fbecd8eab7d |
UTF-8 | 鴫紗エ愷ォ} | 11101110100000101011100011101001101101001010101111100111101101001001011111101111101111011011010011100110100001001011011111101111101111011010101101111101 | ee82b8e9b4abe7b497efbdb4e684b7efbdab7d |
UHC | ??紗?愷?} | 001111110011111111011110111010010011111111001011110001000011111101111101 | 3f3fdee93fcbc43f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)