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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 邀??円?h | 1110011110110001001111110011111110001001011111100011111101101000 | e7b13f3f897e3f68 |
EUC-JP | 邀??円?h | 1110111010110011001111110011111110110001110111110011111101101000 | eeb33f3fb1df3f68 |
UTF-8 | 邀닸썎円뇝h | 11101001100000101000000011101011100010111011100011101100100011011000111011100101100001101000011011101011100001111001110101101000 | e98280eb8bb8ec8d8ee58686eb879d68 |
UHC | 邀닸썎円뇝h | 1110100110101101101101001110011010011011100000011110010111110111101100111111111001101000 | e9adb4e69b81e5f7b3fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)