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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邀也魂遯カB | 11100111101100011001011011100111100011011011000011100111101010101011011001000010 | e7b196e78db0e7aab642 |
EUC-JP | 邀也魂遯カB | 1110111010110011110011001110100110111010101100101110111010101100100011101011011001000010 | eeb3cce9bab2eeac8eb642 |
UTF-8 | 邀也魂遯カB | 11101001100000101000000011100100101110011001111111101001101011011000001011101001100000011010111111101111101111011011011001000010 | e98280e4b99fe9ad82e981afefbdb642 |
UHC | 邀也魂遯?B | 11101001101011011110010110100101111110111110101111010100111011100011111101000010 | e9ade5a5fbebd4ee3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)