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 | ????FB | 001111110011111100111111001111110100011001000010 | 3f3f3f3f4642 |
SJIS-WIN | ?趣?ーFB | 00111111100011101110111100111111101100000100011001000010 | 3f8eef3fb04642 |
EUC-JP | ?趣?ーFB | 0011111110111100111100010011111110001110101100000100011001000010 | 3fbcf13f8eb04642 |
UTF-8 | 誴趣ーFB | 1110100010101010101101001110100010110110101000111110111010111100101111011110111110111101101100000100011001000010 | e8aab4e8b6a3eebcbdefbdb04642 |
UHC | ?趣??FB | 00111111111101101010110000111111001111110100011001000010 | 3ff6ac3f3f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)