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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 遶ェ貉奸h | 1110011110101011101010101110011010111001100110110100000001101000 | e7abaae6b99b4068 |
EUC-JP | 遶ェ貉奸h | 111011101010110110001110101010101110110010111011110101011010000101101000 | eead8eaaecbbd5a168 |
UTF-8 | 遶ェ貉奸h | 11101001100000011011011011101111101111011010101011101000101100101000100111100101101001011011100001101000 | e981b6efbdaae8b289e5a5b868 |
UHC | ???奸h | 001111110011111100111111110010101100110001101000 | 3f3f3fcacc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)